diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-10-25 02:02:46 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-10-25 02:02:46 +0000 |
| commit | 21d2d1202e721e6ec64d159d7684b9c663e85535 (patch) | |
| tree | 4de566993587d49d28ad08f5cf276eb8a2eb1659 /tools/Makefile.host | |
| parent | 1d81d0448402813bdbab20a0077af0c81a486150 (diff) | |
Back out previous -- it has other annoying side-effects I missed.
Diffstat (limited to 'tools/Makefile.host')
| -rw-r--r-- | tools/Makefile.host | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/Makefile.host b/tools/Makefile.host index 95c861ddaeb..994043bc84f 100644 --- a/tools/Makefile.host +++ b/tools/Makefile.host @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.host,v 1.5 2001/10/25 01:25:02 thorpej Exp $ +# $NetBSD: Makefile.host,v 1.6 2001/10/25 02:02:46 thorpej Exp $ # Preload <bsd.obj.mk> to set up obj rules (with proper ${.CURDIR}). .include <bsd.obj.mk> @@ -24,8 +24,7 @@ HOSTPROG?= ${PROG} HOSTPROGNAME?= ${HOSTPROG} HOST_BINDIR?= ${TOOLDIR}/bin HOST_CPPFLAGS:= -include ${_CURDIR}/../compat/compat_netbsd.h -Wall \ - ${HOST_CPPFLAGS} -HOST_CPPFLAGS+= ${CPPFLAGS} + ${HOST_CPPFLAGS} ${CPPFLAGS} MKMAN= no SRCS?= ${PROG}.c SRCS+= ${HOST_SRCS} nb_progname.c |
