changeset 453:4240f093661c

Calls ICONS makefile now
author boisy
date Mon, 23 Sep 2002 00:20:57 +0000
parents 6704e4539211
children 14157dc9e1d2
files 3rdparty/packages/multivue/cmds_6309/makefile 3rdparty/packages/multivue/cmds_6809/makefile
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/multivue/cmds_6309/makefile	Sun Sep 22 23:35:10 2002 +0000
+++ b/3rdparty/packages/multivue/cmds_6309/makefile	Mon Sep 23 00:20:57 2002 +0000
@@ -8,6 +8,7 @@
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
+	$(CD) ICONS; make
 	$(CHMOD) 755 $(ALLOBJS)
 
 clean:
--- a/3rdparty/packages/multivue/cmds_6809/makefile	Sun Sep 22 23:35:10 2002 +0000
+++ b/3rdparty/packages/multivue/cmds_6809/makefile	Mon Sep 23 00:20:57 2002 +0000
@@ -8,6 +8,7 @@
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
+	$(CD) ICONS; make
 	$(CHMOD) 755 $(ALLOBJS)
 
 clean: