From a3ad8c69f2375dd7b40548ba826376d0e058460f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Jan 2003 12:43:05 +0000 Subject: roll back (mcc!=gi) --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Makefile b/perl-install/Makefile index b8b0a18a1..e13a8da71 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -25,7 +25,7 @@ TAGS: $(ALLPMS) clean: for i in $(DIRS) share/po; do $(MAKE) -C $$i clean; done;: rm -rf auto ../drakxtools.tar.bz2 - find . -name "*~" -o -name ".#*" -o -name "*.old" | xargs rm -f + find . -name "*~" -o -name ".#*" -o -name "TAGS" -o -name "*.old" | xargs rm -f check: $(MAKE) -C share/po check -- cgit v1.2.1