diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-18 00:04:45 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-18 00:04:45 +0200 |
commit | adfd17b0bcc43124e13d869e8ffd186e30232b03 (patch) | |
tree | f6d810f6976b64d64af76367a37417203345bc80 | |
parent | 71c810ff9399aad1a937530386688901738d8801 (diff) | |
download | buildroot-novena-adfd17b0bcc43124e13d869e8ffd186e30232b03.tar.gz buildroot-novena-adfd17b0bcc43124e13d869e8ffd186e30232b03.zip |
expat: fix typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | 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 88a7f1674..6706716b7 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 |