From 3189247da1e8d6b30c76e208bd7cf9fbdfc8f580 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 27 Jun 1995 19:55:33 +0000 Subject: ($(target)) [doinst == one]: Don't put $(OBJS) in the linker parens. --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 09f68db6..c1a0b39a 100644 --- a/Makeconf +++ b/Makeconf @@ -159,7 +159,7 @@ LDFLAGS += -static # Building the target ifeq ($(doinst),one) $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc) - $(CC) $(CFLAGS) $(LDFLAGS) -o $(target) '-Wl,-(' $+ '-Wl,-)' + $(CC) $(CFLAGS) $(LDFLAGS) -o $(target) $(OBJS) '-Wl,-(' $(HURDLIBS-files $(OTHERLIBS) $(libc) '-Wl,-)' endif -- cgit v1.2.3