From 956d3eb78bfa798cee3071917aa18517f496078c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 22 Aug 2007 09:56:41 +0000 Subject: - semicolon touchup. No other changes --- package/libxml2/libxml2.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/libxml2') 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.* -- cgit v1.2.3