summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-19 16:48:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-19 16:48:29 +0000
commit28d4c93736a4d786b20e737cc6fe49c2c70502ec (patch)
tree8714acbe4be5ed28900c239ad68db77ac247359a
parentcff14dca8e49e43c0256abd0e2ffc7190fb7d2b1 (diff)
Formerly Makefile.~27~
-rw-r--r--ufs/Makefile5
1 files 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` \; \