summaryrefslogtreecommitdiff
path: root/openwrt/package/linux-atm
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-18 21:21:06 +0000
committerMike Baker <mbm@openwrt.org>2006-08-18 21:21:06 +0000
commit43459c3f822235d48919ed612d3fdd758887bebb (patch)
tree94d7653bbe19294497ebca91ed5ead3fb811d504 /openwrt/package/linux-atm
parent55f3d75f841a3b7f970b0ddbc7f2f3d946debf8e (diff)
downloadmtk-20170518-43459c3f822235d48919ed612d3fdd758887bebb.zip
mtk-20170518-43459c3f822235d48919ed612d3fdd758887bebb.tar.gz
mtk-20170518-43459c3f822235d48919ed612d3fdd758887bebb.tar.bz2
Fix/clean several hundred package makefiles
SVN-Revision: 4603
Diffstat (limited to 'openwrt/package/linux-atm')
-rw-r--r--openwrt/package/linux-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/linux-atm/Makefile b/openwrt/package/linux-atm/Makefile
index 56ca90a..55b0448 100644
--- a/openwrt/package/linux-atm/Makefile
+++ b/openwrt/package/linux-atm/Makefile
@@ -38,7 +38,7 @@ DESCRIPTION:=ATM RFC2684 bridging utility
endef
define Build/Configure
- $(call Build/Configure/Default,)
+ $(call Build/Configure/Default)
# prevent autoheader invocation
touch $(PKG_BUILD_DIR)/stamp-h.in
endef