From: Felix Fietkau Date: Thu, 12 Apr 2007 12:35:49 +0000 (+0000) Subject: revert package compile breakage introduced in [6936] X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=72d4a76ab700b6c98a248874772959fc9d9ae02c;p=openwrt%2Fstaging%2Frmilecki.git revert package compile breakage introduced in [6936] SVN-Revision: 6938 --- diff --git a/package/Makefile b/package/Makefile index 17233bbbfab..f5ff8563f38 100644 --- a/package/Makefile +++ b/package/Makefile @@ -16,7 +16,7 @@ include $(TMP_DIR)/.packagedeps PREREQ_PACKAGES:=$(patsubst %,%-prereq,$(prereq-y) $(prereq-m)) DOWNLOAD_PACKAGES:=$(patsubst %,%-download,$(package-y) $(package-m)) -COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-m)) +COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-y) $(package-m)) INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y)) $(STAMP_DIR) $(TARGET_DIR):