From 16f88f4f04e5375a8d8b0d5ec96e8bf801fa3b64 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 15 Apr 1996 17:10:21 +0000 Subject: (uxboot): Permit errors because people might not have the a.out-mach3 target installed, and that's OK for many users. --- boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/Makefile') 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 $< $@ -- cgit v1.2.3