[Buildroot] [git commit] expat: fix typo

Peter Korsgaard jacmet at sunsite.dk
Fri Jul 17 22:04:45 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=adfd17b0bcc43124e13d869e8ffd186e30232b03
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master


Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/expat/expat.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/expat/expat.mk b/package/expat/expat.mk
index 88a7f16..6706716 100644
--- a/package/expat/expat.mk
+++ b/package/expat/expat.mk
@@ -55,7 +55,7 @@ $(STAMP_DIR)/host_expat_installed: $(STAMP_DIR)/host_expat_compiled
 	$(MAKE) -C $(EXPAT_HOST_DIR) installlib
 	touch $@
 
-host-expat: $(STAM_DIR)/host_expat_installed
+host-expat: $(STAMP_DIR)/host_expat_installed
 
 host-expat-source: expat-source
 
-- 
1.6.3.3



More information about the buildroot mailing list