* clean_compiler fixed

This commit is contained in:
peter 2001-08-04 12:51:31 +00:00
parent 46eba2c5c8
commit 018b681163
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

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