mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:00:19 +02:00
* clean_compiler fixed
This commit is contained in:
parent
46eba2c5c8
commit
018b681163
@ -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
|
||||
|
@ -206,4 +206,5 @@ install: fpc_install
|
||||
# Misc
|
||||
#
|
||||
clean_compiler:
|
||||
$(MAKE) -C ../../compiler clean
|
||||
$(MAKE) -C compiler clean
|
||||
$(MAKE) -C ../compiler ppuclean
|
||||
|
Loading…
Reference in New Issue
Block a user