Browse Source

* distclean also uses cleanall

peter 25 years ago
parent
commit
712bf88b00
2 changed files with 5 additions and 3 deletions
  1. 3 3
      ide/text/Makefile
  2. 2 0
      ide/text/Makefile.fpc

+ 3 - 3
ide/text/Makefile

@@ -906,13 +906,11 @@ zipinstall: fpc_zipinstall
 
 zipsourceinstall: fpc_zipsourceinstall
 
-distclean: fpc_distclean
-
 cleanall: fpc_cleanall
 
 info: fpc_info
 
-.PHONY:  all debug smart shared showinstall sourceinstall zipinstall zipsourceinstall distclean cleanall info
+.PHONY:  all debug smart shared showinstall sourceinstall zipinstall zipsourceinstall cleanall info
 
 #####################################################################
 # Exes
@@ -1255,6 +1253,8 @@ endif
 
 clean: fpc_cleanall
 
+distclean: clean
+
 fp$(EXEEXT): $(wildcard *.pas) $(wildcard *.inc)
 
 gdb:

+ 2 - 0
ide/text/Makefile.fpc

@@ -57,6 +57,8 @@ endif
 
 clean: fpc_cleanall
 
+distclean: clean
+
 fp$(EXEEXT): $(wildcard *.pas) $(wildcard *.inc)
 
 gdb: