diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 20:06:00 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 20:06:00 +0000 |
commit | 6f07d3907e7b0323c501adf785a73e96fa2c4566 (patch) | |
tree | c7d6b26d677ba6cbffc3656fb5820c0d9092cd4f /package/automake/automake.mk | |
parent | d00d04413cfa60f01c5d22e326eff53f771583a7 (diff) | |
download | buildroot-novena-6f07d3907e7b0323c501adf785a73e96fa2c4566.tar.gz buildroot-novena-6f07d3907e7b0323c501adf785a73e96fa2c4566.zip |
- start populating perl stuff into the rootfs to make automake work
Diffstat (limited to 'package/automake/automake.mk')
-rw-r--r-- | package/automake/automake.mk | 3 |
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) |