revert package compile breakage introduced in [6936]
SVN-Revision: 6938
This commit is contained in:
parent
ab8cb8d959
commit
72d4a76ab7
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue