summaryrefslogtreecommitdiffstats
path: root/contrib/bind/res/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/res/Makefile')
-rw-r--r--contrib/bind/res/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/bind/res/Makefile b/contrib/bind/res/Makefile
index 8aaabab..834d74a 100644
--- a/contrib/bind/res/Makefile
+++ b/contrib/bind/res/Makefile
@@ -1,6 +1,6 @@
#
# from @(#)Makefile 5.16 (Berkeley) 3/14/88
-# $Id: Makefile,v 8.13 1996/08/08 22:49:48 vixie Exp $
+# $Id: Makefile,v 8.14 1997/06/01 20:34:37 vixie Exp $
#
## ++Copyright++ 1988, 1995
@@ -99,8 +99,7 @@ ${DESTDIR}${DESTLIB}/libresolv.a: libresolv.a
.c.o:
${CC} ${CFLAGS} -c $*.c
- -${LDS} ld -x -r $*.o
- ${LDS} mv a.out $*.o
+ -${LDS} ld -x -r $*.o && ${LDS} mv a.out $*.o
clean: FRC
rm -f errs a.out core libresolv.a tags .depend
OpenPOWER on IntegriCloud