diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-07 14:32:22 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-07 14:32:22 +0000 |
commit | 2208a62d71819e117080b8d2b0acc9db8328b6ae (patch) | |
tree | c224a4d1c9aee39dd854723f65757e87f0e53377 /package/bash/bash.mk | |
parent | b913a04c60add2dfe750f18cfdc957c8c7fd6299 (diff) | |
download | buildroot-novena-2208a62d71819e117080b8d2b0acc9db8328b6ae.tar.gz buildroot-novena-2208a62d71819e117080b8d2b0acc9db8328b6ae.zip |
- some more CONFIG_UPDATEs by Haavard Skinnemoen
Diffstat (limited to 'package/bash/bash.mk')
-rw-r--r-- | package/bash/bash.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk index d115e8f87..75289317f 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -23,7 +23,7 @@ $(BASH_DIR)/.unpacked: $(DL_DIR)/$(BASH_SOURCE) # This is broken when -lintl is added to LIBS $(SED) 's,LIBS_FOR_BUILD =.*,LIBS_FOR_BUILD =,g' \ $(BASH_DIR)/builtins/Makefile.in - $(CONFIG_UPDATE) $(BASH_DIR) + $(CONFIG_UPDATE) $(BASH_DIR)/support touch $@ $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked |