Browse Source

autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting this

SVN-Revision: 29835
Jo-Philipp Wich 14 years ago
parent
commit
a5d34b8613
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/autotools.mk

+ 1 - 1
include/autotools.mk

@@ -43,7 +43,7 @@ define autoreconf
 					$(if $(word 2,$(3)),--no-recursive) \
 					-B $(STAGING_DIR_HOST)/share/aclocal \
 					$(patsubst %,-I %,$(5)) \
-					$(patsubst %,-I %,$(4)) $(4) || true; \
+					$(patsubst %,-I %,$(4)) $(p) || true; \
 			fi; \
 		) \
 	);