diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-02-24 23:43:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-02-24 23:43:05 +0000 |
commit | 15fecc9e6c2df765a148b3ceee46c4dbb12e1392 (patch) | |
tree | baed0f5be3ecc303950aa5b17d578f53f5d1f936 /include/package.mk | |
parent | 001736d84888e2fc0c682c6cb36a4ec6fb9096f6 (diff) | |
download | upstream-15fecc9e6c2df765a148b3ceee46c4dbb12e1392.tar.gz upstream-15fecc9e6c2df765a148b3ceee46c4dbb12e1392.tar.bz2 upstream-15fecc9e6c2df765a148b3ceee46c4dbb12e1392.zip |
remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT was added
SVN-Revision: 19849
Diffstat (limited to 'include/package.mk')
-rw-r--r-- | include/package.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/package.mk b/include/package.mk index 90aa51c595..f48c790575 100644 --- a/include/package.mk +++ b/include/package.mk @@ -26,7 +26,6 @@ include $(INCLUDE_DIR)/quilt.mk include $(INCLUDE_DIR)/package-defaults.mk include $(INCLUDE_DIR)/package-dumpinfo.mk include $(INCLUDE_DIR)/package-ipkg.mk -include $(INCLUDE_DIR)/package-debug.mk include $(INCLUDE_DIR)/package-bin.mk include $(INCLUDE_DIR)/autotools.mk @@ -179,7 +178,7 @@ endif $(Dumpinfo/Package), \ $(foreach target, \ $(if $(Package/$(1)/targets),$(Package/$(1)/targets), \ - $(if $(PKG_TARGETS),$(PKG_TARGETS), ipkg $(if $(CONFIG_DEBUG_DIR),debug)) \ + $(if $(PKG_TARGETS),$(PKG_TARGETS), ipkg) \ ), $(BuildTarget/$(target)) \ ) \ ) |