From 895ac7a421a5360d8188a2584080ae768c9995a9 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 2 Nov 2006 22:55:16 +0000 Subject: Some more stuff SVN-Revision: 5385 --- include/package.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/package.mk') 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 \ -- cgit v1.2.3 i/'>index : openwrt/upstream
upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ppc44x/patches-3.18/110-openwrt_dts_cmdline.patch
blob: e61943014ca3e054f140620e27dd7bcebec178d3 (plain)
1
2
3
4
5
6
7
8
9