diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-09-28 20:15:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-09-28 20:15:32 +0000 |
commit | 16f9f77975ee6c52b9dd4d30c2278d16749d05c7 (patch) | |
tree | d5245e92150331dd84561d8b3f18d913e83e7caf /Makefile | |
parent | 5820b5b1a813099b4281833fb2f79d3be92ec1a7 (diff) |
Formerly Makefile.~3~
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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,$^) $@ |