diff options
Diffstat (limited to 'dos')
-rw-r--r-- | dos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dos/Makefile b/dos/Makefile index 2f1b7981..6d87d64a 100644 --- a/dos/Makefile +++ b/dos/Makefile @@ -50,7 +50,7 @@ spotless: clean installer: syslinux.elf: $(OBJS) libcom.a com16.ld - $(LD) $(LDFLAGS) -o $@ $^ + $(LD) $(LDFLAGS) -o $@ $(filter-out %.ld,$^) libcom.a: $(LIBOBJS) -rm -f $@ |