From: kub Date: Sat, 11 Jul 2020 21:54:53 +0000 (+0200) Subject: core, keep offsets header from being build if no preprocessed asm files X-Git-Tag: v2.00~713 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18538b2ce893eb77d31ad16b4a6b458dffbc73f4;p=picodrive.git core, keep offsets header from being build if no preprocessed asm files --- diff --git a/Makefile b/Makefile index 497a58a0..466e5d3d 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ LDFLAGS += -Wl,-Map=$(TARGET).map endif -target_: pico/pico_int_offs.h $(TARGET) +target_: $(TARGET) clean: $(RM) $(TARGET) $(OBJS) pico/pico_int_offs.h