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 | 9401289a7a00f2ae71974466155df89b77ac3b27 (patch) | |
| tree | a092a77aaaf559490c245ddec93eba1b3326c054 | |
| parent | c86d6cb87ec818c6bb051a21a111c53cdf4f9334 (diff) | |
Formerly Makefile.~27~
| -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` \; \ |
