diff options
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 |