diff --git a/Makefile b/Makefile index 9d23b0ea9bb..c217dcb222b 100644 --- a/Makefile +++ b/Makefile @@ -737,7 +737,7 @@ top-all: $(TARGETS) $(EXTRA_TARGETS) @echo "" .PHONY: compile-only -compile-only: $(OBJS) +compile-only: $(OBJS) $(GENFILES) $(EXTRA_TARGETS) @echo "" @echo " Compile successful." @echo ""