diff --git a/package/Makefile b/package/Makefile index ff7075d41c..7e4e97c3aa 100644 --- a/package/Makefile +++ b/package/Makefile @@ -48,9 +48,7 @@ all: compile clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) prereq: $(PREREQ_PACKAGES) download: $(DOWNLOAD_PACKAGES) -compile-targets: $(COMPILE_PACKAGES) -compile: - $(MAKE) compile-targets +compile: $(COMPILE_PACKAGES) install-targets: $(INSTALL_PACKAGES) install: