diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-05 20:39:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-05 20:39:27 +0000 |
commit | 27f3c70b08e6caabd5a299cdf6ab1727c1c6aea0 (patch) | |
tree | bc11602c7f153702cc1fb19265cbc9b171dc32fd /Makeconf | |
parent | 88cd0f209f851406514eadf6fb6f21b2929ba8a7 (diff) |
Formerly Makeconf.~53~
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -159,12 +159,13 @@ ifeq ($(doinst),one) $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(CC) $(CFLAGS) $(LDFLAGS) -o $(target) $(OBJS) \ $(HURDLIBS-files) $(OTHERLIBS) -# -Wl,$(subst $(empty) ,$(comma),$(OBJS) -\( $(HURDLIBS-libs) -\))\ +# -Wl,$(subst $(empty) ,$(comma),-\( $(OBJS) $(HURDLIBS-files) -\))\ # -lg empty = comma = , endif + ifeq ($(makemode),library) $(libname).a: $(OBJS) rm -f $(libname).a |