summaryrefslogtreecommitdiffstats
path: root/package/libxml2/libxml2.mk
diff options
context:
space:
mode:
authorUlf Samuelsson2007-07-24 16:12:38 +0200
committerUlf Samuelsson2007-07-24 16:12:38 +0200
commit90d64ed2bfc6224394ac2ed7643883a447d261af (patch)
tree834bd90229594badde50d2a804df1fba68df2b1d /package/libxml2/libxml2.mk
parentUse known Buildroot symbols for linux in pcmcia (diff)
downloadbuildroot-90d64ed2bfc6224394ac2ed7643883a447d261af.tar.gz
buildroot-90d64ed2bfc6224394ac2ed7643883a447d261af.tar.xz
buildroot-90d64ed2bfc6224394ac2ed7643883a447d261af.zip
Fix some bugs in libxml2 make
Diffstat (limited to 'package/libxml2/libxml2.mk')
-rw-r--r--package/libxml2/libxml2.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index 0e6fc2d4c..d9e2a35e6 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -53,11 +53,11 @@ libxml2: uclibc $(TARGET_DIR)/usr/lib/libxml2.so libxml2-headers
$(STAGING_DIR)/usr/include/libxml: $(TARGET_DIR)/usr/lib/libxml2.a
cp -af $(LIBXML2_DIR)/include/libxml $(STAGING_DIR)/usr/include/libxml2
-$(TARGET_DIR)/usr/include: libxml2-headers
+$(TARGET_DIR)/usr/include/libxml2: libxml2-headers
cp -af $(LIBXML2_DIR)/include/libxml $(TARGET_DIR)/usr/include/libxml2
-libxml2-headers: $(STAGING_DIR)/usr/include/libxml2
+libxml2-headers: $(STAGING_DIR)/usr/include/libxml
libxml2-target-headers: $(TARGET_DIR)/usr/include/libxml2