From 383369802c31b927826899866f93c2c503d7bf5a Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Mon, 11 Oct 2004 15:42:05 +0000 Subject: Fixed "bashism" in Makefile (Michael Meskes) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 639367e..5d87e0b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,7 +54,7 @@ clean: -rm -f core *.o .*.d clobber: clean - -rm -f $(PROGS) Makefile config.{status,cache,log} + -rm -f $(PROGS) Makefile config.status config.cache config.log realclean: clobber -rm -f $(RPCSRC) po/*.mo -- cgit v1.2.3