diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 09:56:41 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 09:56:41 +0000 |
commit | 956d3eb78bfa798cee3071917aa18517f496078c (patch) | |
tree | 7466bed73247e8265962dfac8570228d2689597d /package/libxml2 | |
parent | 293b09786c2c436116f1a11ae265f84cb8edb95d (diff) |
- semicolon touchup. No other changes
Diffstat (limited to 'package/libxml2')
-rw-r--r-- | package/libxml2/libxml2.mk | 4 |
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.* |