From efb4d678dc17c63f14a296a53395261f0b44b750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 14 May 1999 01:55:51 +0200 Subject: [PATCH] Fixed bug in clean target. Rev: src/Makefile.in:1.141 --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 644e42558c..a9271ef143 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.140 1999/05/08 00:26:11 hubbe Exp $ +# $Id: Makefile.in,v 1.141 1999/05/13 23:55:51 grubba Exp $ # # This line is needed on some machines. @@ -359,7 +359,7 @@ clean: tidy -rm -rf test-install test-pike -rm -f TAGS tags yacc.acts yacc.debug yacc.tmp *.debug.log a.out -rm -f hilfe master.pike compiler-warnings - find lib/modules/ -type f -name '*.so_pure*' -exec rm -f \{\} \; + -find lib/modules/ -type f -name '*.so_pure*' -exec rm -f \{\} \; # -rm -f lib/master.pike # make _really_ clean -- GitLab