add sysroot-suffix.h to the fake headers.
This commit is contained in:
parent
008758606b
commit
3b8e37627c
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile.hacks,v 1.1 2011/07/01 01:24:53 mrg Exp $
|
||||
# $NetBSD: Makefile.hacks,v 1.2 2011/07/03 07:23:19 mrg Exp $
|
||||
|
||||
# some random crap we need in a few places
|
||||
|
||||
# these aren't necessary but are #include'd
|
||||
FAKEHEADERS= ${EXTRA_FAKEHEADERS} insn-flags.h insn-constants.h
|
||||
FAKEHEADERS= ${EXTRA_FAKEHEADERS} insn-flags.h insn-constants.h sysroot-suffix.h
|
||||
${FAKEHEADERS}:
|
||||
${_MKTARGET_CREATE}
|
||||
touch ${.TARGET}
|
||||
|
|
Loading…
Reference in New Issue