diff options
Diffstat (limited to 'boot/Makefile')
-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 $< $@ |