Browse Source

* compiler_clean hack to run distclean

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

+ 4 - 2
base/Makefile

@@ -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
@@ -491,7 +491,6 @@ endif
 # Redirection
 #####################################################################
 
-# Release ? Then force OPT and don't use extra opts via commandline
 ifndef REDIRFILE
 REDIRFILE=log
 endif
@@ -1056,6 +1055,9 @@ info:
 # Compiler
 #######################################
 
+compiler_clean:
+	$(MAKE) -C compiler distclean
+
 compiler_cycle:
 	$(MAKE) -C compiler cycle
 

+ 3 - 0
base/Makefile.fpc

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