summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>1998-08-21 21:12:19 +0000
committertv <tv@NetBSD.org>1998-08-21 21:12:19 +0000
commitb22efa9a4bbde204d08c8e2239b4669cca34ca38 (patch)
tree674cceff0d56049596fbc01f3b44ee9814fd9896 /gnu/lib
parent053c6819b715e63701ff13bb7ab146f319721f1e (diff)
Clean bfd.h on "make clean".
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/bfd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/bfd/Makefile b/gnu/lib/bfd/Makefile
index b442e4e189d..078dabc0b1a 100644
--- a/gnu/lib/bfd/Makefile
+++ b/gnu/lib/bfd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1998/08/21 21:11:02 tv Exp $
+# $NetBSD: Makefile,v 1.15 1998/08/21 21:12:19 tv Exp $
LIB= bfd
@@ -33,6 +33,8 @@ CPPFLAGS+= -I$(dist)/include
BFD_WORDSIZE?= 32
BFD_64BIT_LONG?=0
+DPSRCS+= bfd.h
+CLEANFILES+= bfd.h
bfd.h: bfd-in2.h
@sed -e 's,@VERSION@,2.8.1,' \
-e 's,@wordsize@,${BFD_WORDSIZE},' \