diff --git a/Makefile b/Makefile index 85391d470..8f427579d 100644 --- a/Makefile +++ b/Makefile @@ -728,7 +728,7 @@ top-all: $(TARGETS) $(EXTRA_TARGETS) @echo "" .PHONY: compile-only -compile-only: $(OBJS) +compile-only: $(OBJS) $(GENFILES) $(EXTRA_TARGETS) @echo "" @echo " Compile successful." @echo ""