diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-11-02 22:55:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-11-02 22:55:16 +0000 |
commit | 8ee72f3793251e7b764bc1e056ac1b5d8a22fdcf (patch) | |
tree | d18ba0fda3301de83a359c3da9130a7a6660e374 /include | |
parent | a5dc6ed31bfc11788360e83d403746aed9fe29fc (diff) | |
download | master-187ad058-8ee72f3793251e7b764bc1e056ac1b5d8a22fdcf.tar.gz master-187ad058-8ee72f3793251e7b764bc1e056ac1b5d8a22fdcf.tar.bz2 master-187ad058-8ee72f3793251e7b764bc1e056ac1b5d8a22fdcf.zip |
Some more stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5385 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/package.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/package.mk b/include/package.mk index 8a10569d6c..1a424e259f 100644 --- a/include/package.mk +++ b/include/package.mk @@ -295,6 +295,10 @@ define Build/Configure/Default [ -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 \ |