/usr/share/aclocal is now in $(HOST_DIR) and not $(STAGING_DIR).
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 26 Mar 2009 16:55:21 +0000 (16:55 -0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 26 Mar 2009 16:55:21 +0000 (16:55 -0000)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/automake/automake.mk

index 5885470d0985796c15d526d4e20827cbb24365fb..d65cd23388f52a07916eae4ca65941d703623dd2 100644 (file)
@@ -20,7 +20,7 @@ AUTOMAKE_HOST_DIR:=$(BUILD_DIR)/automake-$(AUTOMAKE_VERSION)-host
 
 # variables used by other packages
 AUTOMAKE:=$(HOST_DIR)/usr/bin/automake
-ACLOCAL_DIR = $(STAGING_DIR)/usr/share/aclocal
+ACLOCAL_DIR = $(HOST_DIR)/usr/share/aclocal
 ACLOCAL = $(HOST_DIR)/usr/bin/aclocal -I $(ACLOCAL_DIR)
 
 $(DL_DIR)/$(AUTOMAKE_SOURCE):