automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Thu, 01 Mar 2007 19:37:06 +0100
changeset 881 61510b6d4d56
parent 880 cb39b7b32da9
child 882 7ab37f33020c
automatically generated by browser
bc.mak
--- a/bc.mak	Thu Mar 01 19:37:03 2007 +0100
+++ b/bc.mak	Thu Mar 01 19:37:06 2007 +0100
@@ -87,7 +87,7 @@
 target: exe 
 
 # the executable, all required files and a self-installing-installer-exe
-ALL:: exe $(REQUIRED_SUPPORT_DIRS) setup
+ALL:: exe setup
 
 exe:  stx winstx
 
@@ -114,7 +114,7 @@
 theExe: $(OUTDIR) $(OBJS) $(REQUIRED_FILES) show $(PROJECT) 
 
 # a nullsoft installable delivery
-setup: install_smalltalk.exe
+setup: $(REQUIRED_SUPPORT_DIRS) install_smalltalk.exe
 
 # This uses the Nullsoft Installer Package and works in Windows only