Browse Source

* clean_compiler fixed

peter 24 years ago
parent
commit
018b681163
2 changed files with 4 additions and 2 deletions
  1. 2 1
      ide/Makefile
  2. 2 1
      ide/Makefile.fpc

+ 2 - 1
ide/Makefile

@@ -1263,4 +1263,5 @@ install: fpc_install
 	$(INSTALL) fp.ans $(wildcard *.pt) $(wildcard *.tdf) $(INSTALL_DATADIR)
 	$(INSTALL) readme.ide $(INSTALL_DOCDIR)
 clean_compiler:
-	$(MAKE) -C ../../compiler clean
+	$(MAKE) -C compiler clean
+	$(MAKE) -C ../compiler ppuclean

+ 2 - 1
ide/Makefile.fpc

@@ -206,4 +206,5 @@ install: fpc_install
 # Misc
 #
 clean_compiler:
-        $(MAKE) -C ../../compiler clean
+        $(MAKE) -C compiler clean
+        $(MAKE) -C ../compiler ppuclean