summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-07-31 20:54:58 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-07-31 20:54:58 +0000
commitc3b8e12dc3b77161ddf816dd1c1b1712c9c7bb13 (patch)
tree506a4e69ad3aa0dd930e3f40a5f5d9d8844a2763 /gnu/usr.bin
parent4828ab98a3b2a65ecd99c022f380874a96851633 (diff)
Don't try to pass GNUCFLAGS over to submakes, wrecks havok with POSIX make
rules.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/lynx/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/lynx/Makefile.bsd-wrapper b/gnu/usr.bin/lynx/Makefile.bsd-wrapper
index 6eafa4898fc..8e7d7a35bf6 100644
--- a/gnu/usr.bin/lynx/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/lynx/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2000/06/28 18:53:46 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2000/07/31 20:54:57 espie Exp $
MAN= lynx.1
CLEANFILES= lynx.1
@@ -27,7 +27,7 @@ LYNX_CAT1=lynx.cat1
.endif
all: config.status ${LYNX_CAT1}
- ${MAKE} ${GNUCFLAGS}
+ ${MAKE}
.FORCE: .IGNORE