summaryrefslogtreecommitdiff
path: root/package/libxml2
diff options
context:
space:
mode:
Diffstat (limited to 'package/libxml2')
-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 11e24675d..b4b805ea4 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -79,8 +79,8 @@ libxml2-target-headers: $(TARGET_DIR)/usr/include/libxml2 $(TARGET_DIR)/usr/lib/
libxml2-source: $(DL_DIR)/$(LIBXML2_SOURCE)
libxml2-clean:
- @if [ -d $(LIBXML2_DIR)/Makefile ] ; then \
- $(MAKE) -C $(LIBXML2_DIR) clean ; \
+ @if [ -d $(LIBXML2_DIR)/Makefile ]; then \
+ $(MAKE) -C $(LIBXML2_DIR) clean; \
fi
rm -f $(STAGING_DIR)/usr/lib/libxml2.*
rm -f $(TARGET_DIR)/usr/lib/libxml2.*