diff --git a/bin/Makefile b/bin/Makefile index 50b1eb6c5d25cf026e46188da4b139e01fbaee63..9e96ae2fd2b386d60fdaa7f4e9a6b6eaa3aff6d3 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,5 +1,4 @@ -# $Id: Makefile,v 1.1 2001-01-24 08:27:30 geuzaine Exp $ - -RM = rm -RMFLAGS = -f +# $Id: Makefile,v 1.2 2003-03-03 23:03:14 geuzaine Exp $ +default: + true diff --git a/lib/Makefile b/lib/Makefile index 63144f4277307aa2f1946ec48c8bdfb5debb98f0..c811dc9e6d6d9828aac542dc228d8dde8ecddfd8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,5 @@ -# $Id: Makefile,v 1.3 2000-11-25 15:26:12 geuzaine Exp $ - -RM = rm -RMFLAGS = -f - +# $Id: Makefile,v 1.4 2003-03-03 23:03:14 geuzaine Exp $ clean: - $(RM) $(RMFLAGS) *.a + rm -f *.a