summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index c7b77d28..d48dad54 100644
--- a/Makeconf
+++ b/Makeconf
@@ -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