diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 16:49:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 16:49:21 +0000 |
commit | e7b01c6aa1fcb3a58f7970d28923839dc344ecb5 (patch) | |
tree | a4bd214b71c230791e55098476585274a109a20e /include/quilt.mk | |
parent | 474b55fe55facc2c4db0b476ba4ec16f3686eb0d (diff) | |
download | upstream-e7b01c6aa1fcb3a58f7970d28923839dc344ecb5.tar.gz upstream-e7b01c6aa1fcb3a58f7970d28923839dc344ecb5.tar.bz2 upstream-e7b01c6aa1fcb3a58f7970d28923839dc344ecb5.zip |
fix missing change from r14610
SVN-Revision: 14617
Diffstat (limited to 'include/quilt.mk')
-rw-r--r-- | include/quilt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk index 358b64ba0a..4323c77b2b 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -122,7 +122,7 @@ define Quilt/Refresh/Kernel $(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(PATCH_DIR),platform/) endef -define Build/Quilt +define Quilt/Template $($(2)STAMP_PATCHED): $($(2)STAMP_PREPARED) @( \ cd $(1)/patches; \ |