summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-05 20:39:27 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-05 20:39:27 +0000
commit27f3c70b08e6caabd5a299cdf6ab1727c1c6aea0 (patch)
treebc11602c7f153702cc1fb19265cbc9b171dc32fd /Makeconf
parent88cd0f209f851406514eadf6fb6f21b2929ba8a7 (diff)
Formerly Makeconf.~53~
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