Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games HOST_CC -> HOST_LINK.c



details:   https://anonhg.NetBSD.org/src/rev/a5dcb5bd6fe6
branches:  trunk
changeset: 485306:a5dcb5bd6fe6
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Apr 24 15:15:05 2000 +0000

description:
HOST_CC -> HOST_LINK.c

diffstat:

 games/adventure/Makefile |  4 ++--
 games/phantasia/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 7457d0005837 -r a5dcb5bd6fe6 games/adventure/Makefile
--- a/games/adventure/Makefile  Mon Apr 24 15:13:54 2000 +0000
+++ b/games/adventure/Makefile  Mon Apr 24 15:15:05 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 1998/08/01 23:02:35 hubertf Exp $
+#      $NetBSD: Makefile,v 1.8 2000/04/24 15:15:05 pk Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/12/93
 
 PROG=  adventure
@@ -11,6 +11,6 @@
        ${.OBJDIR}/setup ${.CURDIR}/glorkz > data.c
 
 setup: setup.c hdr.h
-       ${HOST_CC} -o setup ${.CURDIR}/setup.c
+       ${HOST_LINK.c} -o setup ${.CURDIR}/setup.c
 
 .include <bsd.prog.mk>
diff -r 7457d0005837 -r a5dcb5bd6fe6 games/phantasia/Makefile
--- a/games/phantasia/Makefile  Mon Apr 24 15:13:54 2000 +0000
+++ b/games/phantasia/Makefile  Mon Apr 24 15:15:05 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2000/01/23 22:11:49 mycroft Exp $
+#      $NetBSD: Makefile,v 1.20 2000/04/24 15:15:05 pk Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>          # for UNPRIVILEGED
@@ -17,7 +17,7 @@
 realall: setup phantasia
 
 setup: host_phantglobs.o setup.o monsters.asc ${LIBM} 
-       ${HOST_CC} host_phantglobs.o setup.o -o ${.TARGET} -lm
+       ${HOST_LINK.c} host_phantglobs.o setup.o -o ${.TARGET} -lm
 
 host_phantglobs.o: ${.CURDIR}/phantglobs.c
        ${HOST_COMPILE.c} -o host_phantglobs.o ${.CURDIR}/phantglobs.c



Home | Main Index | Thread Index | Old Index