Add -I${BACKENDOBJ} to HOST_CPPFLAGS so that `fini' host program can
find auto-build.h. Fixes PR/22497. Ok by mrg@.
This commit is contained in:
parent
ae572737ba
commit
acd641f87d
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.4 2003/08/01 17:03:45 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2003/08/19 01:13:25 uwe Exp $
|
||||
|
||||
PROG= f771
|
||||
SRCS= ${G_F77_OBJS:.o=.c} main.c
|
||||
|
||||
CPPFLAGS+= -I${DIST}/gcc/f -I.
|
||||
HOST_CPPFLAGS+= -I${GCCARCH} -DUSE_HCONFIG= \
|
||||
HOST_CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} -DUSE_HCONFIG= \
|
||||
${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
|
||||
|
||||
.for f in 1t 2t fo io nq op ot
|
||||
|
|
Loading…
Reference in New Issue