diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-12 09:31:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-12 09:31:12 +0000 |
commit | 0fee9e90c2ea3accfaa521a303c6568ebf7baccc (patch) | |
tree | 2d18515f482954fb771dc19671c9056511f71127 /make/gettext.mk | |
parent | e150f3921b20b1b35a42d0b34067773814675d8a (diff) | |
download | buildroot-novena-0fee9e90c2ea3accfaa521a303c6568ebf7baccc.tar.gz buildroot-novena-0fee9e90c2ea3accfaa521a303c6568ebf7baccc.zip |
Thomas Cameron writes:
this patch fixes the source file downloads when executing a "make source", and
a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch
against the current CVS sources, and includes my previous patch.
Diffstat (limited to 'make/gettext.mk')
-rw-r--r-- | make/gettext.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gettext.mk b/make/gettext.mk index e7cc87435..84c7a25bc 100644 --- a/make/gettext.mk +++ b/make/gettext.mk @@ -13,7 +13,7 @@ GETTEXT_TARGET_BINARY:=usr/bin/gettext $(DL_DIR)/$(GETTEXT_SOURCE): $(WGET) -P $(DL_DIR) $(GETTEXT_SITE)/$(GETTEXT_SOURCE) -ed-source: $(DL_DIR)/$(GETTEXT_SOURCE) +gettext-source: $(DL_DIR)/$(GETTEXT_SOURCE) $(GETTEXT_DIR)/.unpacked: $(DL_DIR)/$(GETTEXT_SOURCE) $(GETTEXT_CAT) $(DL_DIR)/$(GETTEXT_SOURCE) | tar -C $(BUILD_DIR) -xvf - |