summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-15 17:35:44 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-15 17:35:44 +0000
commit7f10f2218337cf06bb4112f391eb78ab8591596a (patch)
tree1470e768d344dee3f2e22ee90dd07ecd799840e3
parent5faf3a8884b74bff2fcb74e8c74c2938b677e9ab (diff)
Formerly Makeconf.~18~
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
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