From f2a11156e38c51e744583575ab72522ef0a959f0 Mon Sep 17 00:00:00 2001 From: wrstuden Date: Thu, 6 May 1999 18:48:23 +0000 Subject: [PATCH] We don't need to give explicit rules for .c.o conversion, the default ones work fine, and are correct for cross-compiling. --- distrib/utils/libhack/Makefile.inc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/distrib/utils/libhack/Makefile.inc b/distrib/utils/libhack/Makefile.inc index 3c3638cc0d9f..2eca6f6b51b0 100644 --- a/distrib/utils/libhack/Makefile.inc +++ b/distrib/utils/libhack/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.5 1999/03/13 19:08:43 sommerfe Exp $ +# $NetBSD: Makefile.inc,v 1.6 1999/05/06 18:48:23 wrstuden Exp $ # Include this fragment to build libhack.o # It is .o and not .a to make sure these are the # objects you get (and not the ones in libc.a) @@ -10,26 +10,18 @@ libhack.o : $(HACKOBJS) $(LD) -r -o $@ $(HACKOBJS) getcap.o : ${HACKSRC}/getcap.c - ${CC} ${CFLAGS} -c ${HACKSRC}/getcap.c getgrent.o : ${HACKSRC}/getgrent.c - ${CC} ${CFLAGS} -c ${HACKSRC}/getgrent.c gethost.o : ${HACKSRC}/gethost.c - ${CC} ${CFLAGS} -c ${HACKSRC}/gethost.c getnet.o : ${HACKSRC}/getnet.c - ${CC} ${CFLAGS} -c ${HACKSRC}/getnet.c getnetgr.o : ${HACKSRC}/getnetgr.c - ${CC} ${CFLAGS} -c ${HACKSRC}/getnetgr.c getpwent.o : ${HACKSRC}/getpwent.c - ${CC} ${CFLAGS} -c ${HACKSRC}/getpwent.c setlocale.o : ${HACKSRC}/setlocale.c - ${CC} ${CFLAGS} -c ${HACKSRC}/setlocale.c yplib.o : ${HACKSRC}/yplib.c - ${CC} ${CFLAGS} -c ${HACKSRC}/yplib.c