Browse Source

* compilerzip fixed

peter 25 years ago
parent
commit
8025010608
2 changed files with 2 additions and 4 deletions
  1. 1 2
      base/Makefile
  2. 1 2
      base/Makefile.fpc

+ 1 - 2
base/Makefile

@@ -1170,8 +1170,7 @@ gtkzip: rtl_clean
 	$(MAKE) -C packages gtk_all
 	$(MAKE) -C packages gtk_zipinstall ZIPNAME=gtk-$(PACKAGESUFFIX)
 
-compilerzip:
-# compiler_clean rtl_clean
+compilerzip: compiler_clean rtl_clean
 	$(MAKE) rtl_all
 	$(MAKE) compiler_all
 	$(MAKE) zipinstall ZIPTARGET='compiler_install rtl_install' ZIPNAME=compiler-$(PACKAGESUFFIX)

+ 1 - 2
base/Makefile.fpc

@@ -121,8 +121,7 @@ gtkzip: rtl_clean
         $(MAKE) -C packages gtk_all
         $(MAKE) -C packages gtk_zipinstall ZIPNAME=gtk-$(PACKAGESUFFIX)
 
-compilerzip:
-# compiler_clean rtl_clean
+compilerzip: compiler_clean rtl_clean
         $(MAKE) rtl_all
         $(MAKE) compiler_all
         $(MAKE) zipinstall ZIPTARGET='compiler_install rtl_install' ZIPNAME=compiler-$(PACKAGESUFFIX)