summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-15 17:10:21 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-15 17:10:21 +0000
commit16f88f4f04e5375a8d8b0d5ec96e8bf801fa3b64 (patch)
treecd7dfb8b96d06208b88f1a2895efb765fb35e8b2
parent6437996f5a370628a8b12021990c5e4f7d2b8920 (diff)
(uxboot): Permit errors because people might not have the a.out-mach3
target installed, and that's OK for many users.
-rw-r--r--boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 2e015c50..30838e5d 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -51,4 +51,4 @@ uxboot.0: $(UX-OBJS) ../libthreads/libthreads.a
uxboot.1: frankemul.ld uxboot.0
$(LD) -o $@ -T $^
uxboot: uxboot.1
- $(OBJCOPY) -S --remove-section=.comment -O a.out-mach3 $< $@
+ -$(OBJCOPY) -S --remove-section=.comment -O a.out-mach3 $< $@