From 871ddec44e6f37bc31b742b234478d4867333618 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 2 Nov 2006 23:01:45 +0000 Subject: [PATCH] Update makefiles to use the autotools stuff put in the template, remove bogus stamp-h.in touching SVN-Revision: 5386 --- libs/gnutls/Makefile | 8 -------- libs/libdnet/Makefile | 7 ------- libs/libnet-1.0.x/Makefile | 7 ------- libs/libnet-1.1.x/Makefile | 7 ------- libs/libtasn1/Makefile | 8 -------- libs/mysql/Makefile | 7 ------- libs/opencdk/Makefile | 8 -------- net/mtr/Makefile | 9 --------- net/slurm/Makefile | 7 ------- net/xsupplicant/Makefile | 6 ------ 10 files changed, 74 deletions(-) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 6ae891be8..392654509 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -68,14 +68,6 @@ 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 420c110c4..de863a69d 100644 --- a/libs/libdnet/Makefile +++ b/libs/libdnet/Makefile @@ -33,13 +33,6 @@ 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 66814b16b..dcb21844c 100644 --- a/libs/libnet-1.0.x/Makefile +++ b/libs/libnet-1.0.x/Makefile @@ -36,13 +36,6 @@ 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 e67a4d60d..192897b74 100644 --- a/libs/libnet-1.1.x/Makefile +++ b/libs/libnet-1.1.x/Makefile @@ -36,13 +36,6 @@ 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 bbfeaefe0..b00b70dd9 100644 --- a/libs/libtasn1/Makefile +++ b/libs/libtasn1/Makefile @@ -37,14 +37,6 @@ 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 9b2fd8bd2..802c8e721 100644 --- a/libs/mysql/Makefile +++ b/libs/mysql/Makefile @@ -37,13 +37,6 @@ 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 a9f3f77bc..acfb4c5eb 100644 --- a/libs/opencdk/Makefile +++ b/libs/opencdk/Makefile @@ -41,14 +41,6 @@ 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 cfd7f4659..47944a060 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -40,15 +40,6 @@ 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 c9af3099d..3d6a55409 100644 --- a/net/slurm/Makefile +++ b/net/slurm/Makefile @@ -38,13 +38,6 @@ 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 0aa28bcb4..4e4965b1c 100644 --- a/net/xsupplicant/Makefile +++ b/net/xsupplicant/Makefile @@ -40,12 +40,6 @@ 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" \ -- 2.30.2