diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 16:48:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 16:48:29 +0000 |
commit | 28d4c93736a4d786b20e737cc6fe49c2c70502ec (patch) | |
tree | 8714acbe4be5ed28900c239ad68db77ac247359a /ufs | |
parent | cff14dca8e49e43c0256abd0e2ffc7190fb7d2b1 (diff) |
Formerly Makefile.~27~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/Makefile | 5 |
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` \; \ |