Remove executable bit from these Makefiles. Closes #728
[openwrt/svn-archive/archive.git] / net / rp-l2tp / Makefile
index d482cae66d426c2d8b634e8d0872e37413c2b62d..37ea89eb6c4335114dcafd4ef804a481090c2449 100644 (file)
@@ -45,15 +45,8 @@ define Package/rp-l2tpd-mod-ppp
   TITLE:=a PPP handler for the L2TP daeomon
 endef
 
-define Build/Configure
-$(call Build/Configure/Default)
-endef
-
 define Build/Compile
-       $(MAKE) -C $(PKG_BUILD_DIR) \
-               $(TARGET_CONFIGURE_OPTS) \
-               DESTDIR="$(PKG_INSTALL_DIR)" \
-               all install
+  $(call Build/Compile/Default,DESTDIR="$(PKG_INSTALL_DIR)" all install)
 endef
 
 define Package/rp-l2tpd/install