From: Nicolas Thill Date: Sun, 5 Nov 2006 20:12:42 +0000 (+0000) Subject: revert autotools files touching: it has side effects (closes: #918) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=58f406644ebcceac320451b4650a34cca2ac2ebb revert autotools files touching: it has side effects (closes: #918) SVN-Revision: 5448 --- diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 3926545096..6ae891be86 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -68,6 +68,14 @@ define Package/libgnutls-openssl endef define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.in \ + acinclude.m4 \ + aclocal.m4 \ + Makefile.in \ + config.h.in \ + configure \ + ) $(call Build/Configure/Default, \ --enable-shared \ --enable-static \ diff --git a/libs/libdnet/Makefile b/libs/libdnet/Makefile index de863a69d9..420c110c42 100644 --- a/libs/libdnet/Makefile +++ b/libs/libdnet/Makefile @@ -33,6 +33,13 @@ define Package/libdnet endef define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.in \ + include.m4 \ + aclocal.m4 \ + Makefile.in \ + configure \ + ); $(call Build/Configure/Default, \ --enable-shared \ --enable-static \ diff --git a/libs/libnet-1.0.x/Makefile b/libs/libnet-1.0.x/Makefile index dcb21844cd..66814b16bd 100644 --- a/libs/libnet-1.0.x/Makefile +++ b/libs/libnet-1.0.x/Makefile @@ -36,6 +36,13 @@ ifeq ($(CONFIG_BIG_ENDIAN),y) endif define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.in \ + include.m4 \ + aclocal.m4 \ + Makefile.in \ + configure \ + ); $(call Build/Configure/Default, \ --enable-shared \ --enable-static \ diff --git a/libs/libnet-1.1.x/Makefile b/libs/libnet-1.1.x/Makefile index 192897b740..e67a4d60d1 100644 --- a/libs/libnet-1.1.x/Makefile +++ b/libs/libnet-1.1.x/Makefile @@ -36,6 +36,13 @@ ifeq ($(CONFIG_BIG_ENDIAN),y) endif define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.in \ + include.m4 \ + aclocal.m4 \ + Makefile.in \ + configure \ + ); $(call Build/Configure/Default, \ --enable-shared \ --enable-static \ diff --git a/libs/libtasn1/Makefile b/libs/libtasn1/Makefile index b00b70dd90..bbfeaefe02 100644 --- a/libs/libtasn1/Makefile +++ b/libs/libtasn1/Makefile @@ -37,6 +37,14 @@ define Package/libtasn1 endef define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.ac \ + acinclude.m4 \ + aclocal.m4 \ + Makefile.in \ + config.h.in \ + configure \ + ); $(call Build/Configure/Default, \ --enable-shared \ --enable-static \ diff --git a/libs/mysql/Makefile b/libs/mysql/Makefile index 802c8e7212..9b2fd8bd23 100644 --- a/libs/mysql/Makefile +++ b/libs/mysql/Makefile @@ -37,6 +37,13 @@ define Package/libmysqlclient endef define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.in \ + aclocal.m4 \ + Makefile.in \ + config.h.in \ + configure \ + ); $(call Build/Configure/Default, \ --enable-shared \ --enable-static \ diff --git a/libs/opencdk/Makefile b/libs/opencdk/Makefile index acfb4c5ebb..a9f3f77bc9 100644 --- a/libs/opencdk/Makefile +++ b/libs/opencdk/Makefile @@ -41,6 +41,14 @@ define Package/libopencdk endef define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.ac \ + acinclude.m4 \ + aclocal.m4 \ + Makefile.in \ + config.h.in \ + configure \ + ); $(call Build/Configure/Default, \ --enable-shared \ --enable-static \ diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 47944a0601..cfd7f46596 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -40,6 +40,15 @@ define Package/mtr endef define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.in \ + aclocal.m4 \ + Makefile.in \ + img/Makefile.in \ + stamp-h.in \ + config.h.in \ + configure \ + ); $(call Build/Configure/Default, \ --without-gtk \ , \ diff --git a/net/slurm/Makefile b/net/slurm/Makefile index 3d6a554099..c9af3099d3 100644 --- a/net/slurm/Makefile +++ b/net/slurm/Makefile @@ -38,6 +38,13 @@ define Package/slurm endef define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.in \ + aclocal.m4 \ + Makefile.in \ + config.h.in \ + configure \ + ); $(call Build/Configure/Default, \ , \ LIBS="-lncurses" \ diff --git a/net/xsupplicant/Makefile b/net/xsupplicant/Makefile index 4e4965b1cd..0aa28bcb44 100644 --- a/net/xsupplicant/Makefile +++ b/net/xsupplicant/Makefile @@ -40,6 +40,12 @@ define Package/xsupplicant/conffiles endef define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.in \ + aclocal.m4 \ + Makefile.in \ + configure \ + ); $(call Build/Configure/Default, \ --with-openssl="$(STAGING_DIR)/usr" \ --with-madwifi-path="$(STAGING_DIR)/usr/include/madwifi" \