diff options
-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... |