From 28d4c93736a4d786b20e737cc6fe49c2c70502ec Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 19 Jul 1994 16:48:29 +0000 Subject: Formerly Makefile.~27~ --- ufs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ufs/Makefile b/ufs/Makefile index 14a1260c..79b8f45e 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -38,10 +38,9 @@ LIBPARTS = $(libdiskfs) $(libports) $(libpager) $(libioserver) $(libfshelp) all: ufs -LDFLAGS=--no-keep-memory - +# Don't use $^ in this rule; it will omit the duplicates in $(LIBS). ufs: $(OBJS) $(LIBS) - $(link) + $(CC) -Xlinker --no-keep-memory $(CFLAGS) -o $@ $(OBJS) $(LIBS) exec_server_image.o: ../exec/exec ../mkbootfs/mkbootfs rsh $(mighost) -n cd `pwd` \; \ -- cgit v1.2.3