diff --git a/fdpp/makefile b/fdpp/makefile index b8873109..19fb34f1 100644 --- a/fdpp/makefile +++ b/fdpp/makefile @@ -45,7 +45,6 @@ ALL = $(FDPPLIB) $(FDPPDEVL) $(TARGET).elf $(TARGET).map $(GEN_EXT) all: $(ALL) -.PHONY: $(TARGET).elf $(TARGET).map # New makes have a way to avoid parallel invocation with the use of &: # On old make you would write "%.elf %.map :" which is a bit silly # given the names are fixed. Also $(TARGET).% won't work that way at all: