From 81f26f92eb627e1a69c2fc70d1fe40e2494aac06 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 20 Jun 2000 16:07:04 +0000 Subject: Make this produce local objects with .lo suffix. --- phantasia/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'phantasia/Makefile') diff --git a/phantasia/Makefile b/phantasia/Makefile index 3845b03e..35afaa32 100644 --- a/phantasia/Makefile +++ b/phantasia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/04/24 15:15:05 pk Exp $ +# $NetBSD: Makefile,v 1.21 2000/06/20 16:07:04 matt Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include # for UNPRIVILEGED @@ -12,18 +12,18 @@ HIDEGAME=hidegame SETGIDGAME=yes USETBL= MAN= phantasia.6 -CLEANFILES+=map setup setup.o host_phantglobs.o +CLEANFILES+=map setup setup.lo host_phantglobs.lo realall: setup phantasia -setup: host_phantglobs.o setup.o monsters.asc ${LIBM} - ${HOST_LINK.c} host_phantglobs.o setup.o -o ${.TARGET} -lm +setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM} + ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm -host_phantglobs.o: ${.CURDIR}/phantglobs.c - ${HOST_COMPILE.c} -o host_phantglobs.o ${.CURDIR}/phantglobs.c +host_phantglobs.lo: ${.CURDIR}/phantglobs.c + ${HOST_COMPILE.c} -o host_phantglobs.lo ${.CURDIR}/phantglobs.c -setup.o: ${.CURDIR}/setup.c - ${HOST_COMPILE.c} ${.CURDIR}/setup.c +setup.lo: ${.CURDIR}/setup.c + ${HOST_COMPILE.c} -o setup.lo ${.CURDIR}/setup.c afterinstall: DESTDIR=${DESTDIR} ./setup -m ${.CURDIR}/monsters.asc -- cgit v1.2.3-56-ge451