From 27f3c70b08e6caabd5a299cdf6ab1727c1c6aea0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 5 Aug 1994 20:39:27 +0000 Subject: Formerly Makeconf.~53~ --- Makeconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makeconf') 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 -- cgit v1.2.3