From 712bf88b00d122c907818f8d250c47fc2c2bc4e3 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 8 Feb 2000 10:20:13 +0000 Subject: [PATCH] * distclean also uses cleanall --- ide/text/Makefile | 6 +++--- ide/text/Makefile.fpc | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ide/text/Makefile b/ide/text/Makefile index ab7b47ba03..d661560624 100644 --- a/ide/text/Makefile +++ b/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: diff --git a/ide/text/Makefile.fpc b/ide/text/Makefile.fpc index 4565461c3a..c1de946009 100644 --- a/ide/text/Makefile.fpc +++ b/ide/text/Makefile.fpc @@ -57,6 +57,8 @@ endif clean: fpc_cleanall +distclean: clean + fp$(EXEEXT): $(wildcard *.pas) $(wildcard *.inc) gdb: