Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/conf gspa can directly create the C language ...
details: https://anonhg.NetBSD.org/src/rev/e070a4a45a4b
branches: trunk
changeset: 503247:e070a4a45a4b
user: is <is%NetBSD.org@localhost>
date: Sat Feb 03 20:23:59 2001 +0000
description:
gspa can directly create the C language array.
diffstat:
sys/arch/amiga/conf/Makefile.amiga | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4184177b6397 -r e070a4a45a4b sys/arch/amiga/conf/Makefile.amiga
--- a/sys/arch/amiga/conf/Makefile.amiga Sat Feb 03 19:37:56 2001 +0000
+++ b/sys/arch/amiga/conf/Makefile.amiga Sat Feb 03 20:23:59 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.amiga,v 1.91 2001/01/13 02:17:50 aymeric Exp $
+# $NetBSD: Makefile.amiga,v 1.92 2001/02/03 20:23:59 is Exp $
# Makefile for NetBSD
#
@@ -93,7 +93,7 @@
.g.o: ; echo This is a dummy rule and should not be executed.
-NORMAL_G= gspa < $< | gspahextoc > $*.c && \
+NORMAL_G= gspa -c tmscode < $< > $*.c && \
${CC} -c ${CFLAGS} ${CPPFLAGS} ${PROF} $*.c
%OBJS
Home |
Main Index |
Thread Index |
Old Index