diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 17:10:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 17:10:21 +0000 |
commit | 16f88f4f04e5375a8d8b0d5ec96e8bf801fa3b64 (patch) | |
tree | cd7dfb8b96d06208b88f1a2895efb765fb35e8b2 /boot | |
parent | 6437996f5a370628a8b12021990c5e4f7d2b8920 (diff) |
(uxboot): Permit errors because people might not have the a.out-mach3
target installed, and that's OK for many users.
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Makefile | 2 |
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 $< $@ |