From 16f9f77975ee6c52b9dd4d30c2278d16749d05c7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 28 Sep 1993 20:15:32 +0000 Subject: Formerly Makefile.~3~ --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ec85fe9..e5bd1741 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ exec bootexec: exec_machdep.o exec: transexec.o bootexec: bootexec.o exec.o - $(LD) $(LDFLAGS) -r -o $@ $^ + $(LD) -X $(LDFLAGS) -r -o $@ $^ $(serversdir)/core: core.text $(hurddir)/core @rm -f $@ @@ -20,3 +20,5 @@ $(serversdir)/core: core.text $(hurddir)/core $(serversdir)/exec: exec.text @rm -f $@ cp $< $@ +# Comment the next line out to use bootexec. +# settrans $(word 2,$^) $@ -- cgit v1.2.3