diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-10 18:58:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-10 18:58:44 +0000 |
commit | 23df56c4900fd0b49d949bb91449c1f48f832a9e (patch) | |
tree | 4376800a7ca83a738030c1ad9077cecf7cf1d9d8 /target/sdk/Makefile | |
parent | 81013f6bbecf5177ae472d01365c066504ccbdb8 (diff) | |
download | upstream-23df56c4900fd0b49d949bb91449c1f48f832a9e.tar.gz upstream-23df56c4900fd0b49d949bb91449c1f48f832a9e.tar.bz2 upstream-23df56c4900fd0b49d949bb91449c1f48f832a9e.zip |
target/sdk: remove obsolete compatibility makefiles
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39863
Diffstat (limited to 'target/sdk/Makefile')
-rw-r--r-- | target/sdk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index b06a95db11..2318f4d09b 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -73,7 +73,6 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean ./files/README.SDK \ $(SDK_BUILD_DIR)/ $(CP) \ - ./files/package/rules.mk \ $(TOPDIR)/package/Makefile \ $(SDK_BUILD_DIR)/package/ $(if $(SVN_PACKAGE_URL),echo "src-svn trunk $(SVN_PACKAGE_URL)" \ |