summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/Makefile b/package/Makefile
index ff7075d41..7e4e97c3a 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: