diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-30 18:58:07 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-30 18:58:07 +0000 |
commit | c37846403de754969b246ca25f89e079d77bf1e4 (patch) | |
tree | 9d55059a9ed4bf33f56d24646881a53623e9ae7e /sys/arch/amiga/conf | |
parent | 441cdee9208146644526fcbba48f294be30d7f5d (diff) |
Get includes from the right place for .g compilations
Diffstat (limited to 'sys/arch/amiga/conf')
-rw-r--r-- | sys/arch/amiga/conf/Makefile.amiga | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/amiga/conf/Makefile.amiga b/sys/arch/amiga/conf/Makefile.amiga index 25e1da45fa0..fa78cd67919 100644 --- a/sys/arch/amiga/conf/Makefile.amiga +++ b/sys/arch/amiga/conf/Makefile.amiga @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amiga,v 1.23 1998/03/03 22:34:45 niklas Exp $ +# $OpenBSD: Makefile.amiga,v 1.24 1998/03/30 18:58:06 niklas Exp $ # $NetBSD: Makefile.amiga,v 1.60 1997/07/23 10:19:42 is Exp $ # Makefile for OpenBSD @@ -89,7 +89,8 @@ NORMAL_S= ${CC} ${AFLAGS} ${CPPFLAGS} -c $< .g.o: ; echo This is a dummy rule and should not be executed. -NORMAL_G= gspa < $< | gspahextoc > $*.c; ${CC} -c ${CFLAGS} ${PROF} $*.c +NORMAL_G= gspa < $< | gspahextoc > $*.c; \ + ${CC} -c ${CFLAGS} ${CPPFLAGS} ${PROF} $*.c %OBJS |