summaryrefslogtreecommitdiffstats
path: root/package/automake
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-01-29 21:06:00 +0100
committerBernhard Reutner-Fischer2007-01-29 21:06:00 +0100
commit6f07d3907e7b0323c501adf785a73e96fa2c4566 (patch)
treec7d6b26d677ba6cbffc3656fb5820c0d9092cd4f /package/automake
parent- added diskless/net support and new patches, mainly network drivers. (diff)
downloadbuildroot-6f07d3907e7b0323c501adf785a73e96fa2c4566.tar.gz
buildroot-6f07d3907e7b0323c501adf785a73e96fa2c4566.tar.xz
buildroot-6f07d3907e7b0323c501adf785a73e96fa2c4566.zip
- start populating perl stuff into the rootfs to make automake work
Diffstat (limited to 'package/automake')
-rw-r--r--package/automake/automake.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/automake/automake.mk b/package/automake/automake.mk
index 96f6f99e9..0f7ab01e0 100644
--- a/package/automake/automake.mk
+++ b/package/automake/automake.mk
@@ -18,6 +18,7 @@ automake-source: $(DL_DIR)/$(AUTOMAKE_SOURCE)
$(AUTOMAKE_DIR)/.unpacked: $(DL_DIR)/$(AUTOMAKE_SOURCE)
$(AUTOMAKE_CAT) $(DL_DIR)/$(AUTOMAKE_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ $(CONFIG_UPDATE) $(AUTOMAKE_DIR)
touch $@
$(AUTOMAKE_DIR)/.configured: $(AUTOMAKE_DIR)/.unpacked
@@ -61,7 +62,7 @@ $(TARGET_DIR)/$(AUTOMAKE_TARGET_BINARY): $(AUTOMAKE_DIR)/$(AUTOMAKE_BINARY)
infodir=$(TARGET_DIR)/usr/info \
mandir=$(TARGET_DIR)/usr/man \
includedir=$(TARGET_DIR)/usr/include \
- -C $(AUTOMAKE_DIR) install;
+ -C $(AUTOMAKE_DIR) install
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
touch -c $(TARGET_DIR)/$(AUTOMAKE_TARGET_BINARY)