make nozomi linux 2.4 only for now
[openwrt-10.03/.git] / include / package.mk
index 1a424e259f9ce8fc4e55e7abc4e199245ddf8fcd..5636b0b6a1d8c226a1977359ac784b7b35257029 100644 (file)
@@ -290,16 +290,6 @@ define Build/Prepare
 endef
 
 define Build/Configure/Default
-       (cd $(PKG_BUILD_DIR) ; \
-               [ -e configure.in ] && touch configure.in ; \
-               [ -e aclocal.m4 ] && touch aclocal.m4 ; \
-               [ -e Makefile.in ] && touch Makefile.in ; \
-               [ -e configure ] && touch configure ; \
-               [ -e acinclude.m4 ] && touch acinclude.m4 ; \
-               [ -e config.h.in ] && touch config.h.in ; \
-               [ -e configure.ac ] && touch configure.ac ; \
-               [ -e stamp-h.in ] && touch stamp-h.in ; \
-       );
        (cd $(PKG_BUILD_DIR)/$(strip $(3)); \
        if [ -x configure ]; then \
                $(TARGET_CONFIGURE_OPTS) \