summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-12-11 18:16:44 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-12-11 18:16:44 +0000
commit8b18de46b960417e4148a935726a5c80042aa3cd (patch)
tree64a564540620c2d52cc736057760937000fd02b2 /gnu
parentbd5e4fcf6d8bdc6a0754d45cd8c3625103321a85 (diff)
Remove bc/libmath.h from CLEANFILES since we don't generate it at build
time anymore.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/bc/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/bc/Makefile.bsd-wrapper b/gnu/usr.bin/bc/Makefile.bsd-wrapper
index 6a232303e80..defd8f4ac4c 100644
--- a/gnu/usr.bin/bc/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/bc/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2002/12/10 01:49:10 miod Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2002/12/11 18:16:43 millert Exp $
SUBDIR=bcwrap
@@ -6,7 +6,7 @@ MAN= doc/bc.1 doc/dc.1
MLINKS= bc.1 gnubc.1
LDFLAGS+= -s ${LDSTATIC}
GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS="${LDFLAGS}"
-CLEANFILES+= bc/libmath.h doc/dc.info
+CLEANFILES+= doc/dc.info
all: config.status
${MAKE} ${GNUCFLAGS}