diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-29 13:24:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-29 13:24:31 +0000 |
commit | fadc65d41b6337f1e9e85f69c923daddf25cef25 (patch) | |
tree | d1c1d8a1defb19f9b1604f0aae216be864447df4 | |
parent | 288f9a59af007ac161a6e5b5a146ce8333ffc4cc (diff) |
no CLEANFILES
-rw-r--r-- | gnu/usr.bin/bc/Makefile.bsd-wrapper | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/bc/Makefile.bsd-wrapper b/gnu/usr.bin/bc/Makefile.bsd-wrapper index a11e7f9e0e6..de5b8c4c1e3 100644 --- a/gnu/usr.bin/bc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/bc/Makefile.bsd-wrapper @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1998/06/29 13:01:20 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 1998/06/29 13:24:30 deraadt Exp $ SUBDIR=bcwrap MAN= doc/bc.1 doc/dc.1 -#CLEANFILES= LDFLAGS+= -s ${LDSTATIC} GNUCFLAGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" @@ -44,7 +43,6 @@ install: maninstall clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi - rm -f ${CLEANFILES} depend: # Nothing here so far... |