summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/conf/Makefile.sun3
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-02-14 21:53:21 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-02-14 21:53:21 +0000
commit7d6c736c1ac4ba975e87fccf753ac38511cad309 (patch)
tree6dfd556c5a4c93cf7ba24c86463c20d794eeeafa /sys/arch/sun3/conf/Makefile.sun3
parent047dbc1820f79eca21ce3c36f78584ce5c5769dd (diff)
add SPL#, back out Makefile.sun3 change
Diffstat (limited to 'sys/arch/sun3/conf/Makefile.sun3')
-rw-r--r--sys/arch/sun3/conf/Makefile.sun36
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3
index 60210a10945..807c5b8423f 100644
--- a/sys/arch/sun3/conf/Makefile.sun3
+++ b/sys/arch/sun3/conf/Makefile.sun3
@@ -112,12 +112,10 @@ assym.h: genassym
# the compiler used as HOSTED_CC (must match the native compiler).
# Often this is not possible at all, and you just have to build
# the assym.h file by hand on some other machine. -gwr
-genassym: genassym.i
+genassym: ${SUN3}/sun3/genassym.c
+ ${CC} ${CPPFLAGS} -E $< > $@.i
${HOSTED_CC} -o $@ $@.i
-genassym.i: ${SUN3}/sun3/genassym.c
- ${CC} ${CPPFLAGS} -E ${SUN3}/sun3/genassym.c > $@
-
param.c: $S/conf/param.c
rm -f param.c
cp $S/conf/param.c .