mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:37:10 +02:00
[include] autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting this
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29835 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d7f545f983
commit
66011c452e
@ -43,7 +43,7 @@ define autoreconf
|
|||||||
$(if $(word 2,$(3)),--no-recursive) \
|
$(if $(word 2,$(3)),--no-recursive) \
|
||||||
-B $(STAGING_DIR_HOST)/share/aclocal \
|
-B $(STAGING_DIR_HOST)/share/aclocal \
|
||||||
$(patsubst %,-I %,$(5)) \
|
$(patsubst %,-I %,$(5)) \
|
||||||
$(patsubst %,-I %,$(4)) $(4) || true; \
|
$(patsubst %,-I %,$(4)) $(p) || true; \
|
||||||
fi; \
|
fi; \
|
||||||
) \
|
) \
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user