From 7f10f2218337cf06bb4112f391eb78ab8591596a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 15 Feb 1994 17:35:44 +0000 Subject: Formerly Makeconf.~18~ --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 28b137d8..0ec4fd82 100644 --- a/Makeconf +++ b/Makeconf @@ -41,7 +41,7 @@ ldflags = $(addprefix -Xlinker ,$(LDFLAGS)) define link $(CC) -nostdlib -e __start $(ldflags) -o $@ $(CFLAGS) $(startup) \ -$(PRELIBS) $^ $(POSTLIBS) $(libthreads) $(libc) -lgcc +$^ $(LIBS) $(libthreads) $(libc) -lgcc endef # Making a snapshot -- cgit v1.2.3