* compiler_clean hack to run distclean

This commit is contained in:
peter 2000-01-26 10:31:26 +00:00
parent 5f4ae3e48d
commit c8469b68ea
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# #
# Makefile generated by fpcmake v0.99.13 [2000/01/18] # Makefile generated by fpcmake v0.99.13 [2000/01/25]
# #
defaultrule: info defaultrule: info
@ -491,7 +491,6 @@ endif
# Redirection # Redirection
##################################################################### #####################################################################
# Release ? Then force OPT and don't use extra opts via commandline
ifndef REDIRFILE ifndef REDIRFILE
REDIRFILE=log REDIRFILE=log
endif endif
@ -1056,6 +1055,9 @@ info:
# Compiler # Compiler
####################################### #######################################
compiler_clean:
$(MAKE) -C compiler distclean
compiler_cycle: compiler_cycle:
$(MAKE) -C compiler cycle $(MAKE) -C compiler cycle

View File

@ -51,6 +51,9 @@ info:
# Compiler # Compiler
####################################### #######################################
compiler_clean:
$(MAKE) -C compiler distclean
compiler_cycle: compiler_cycle:
$(MAKE) -C compiler cycle $(MAKE) -C compiler cycle