diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:20:18 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:20:18 +0000 |
commit | 6c6cb0670986717b42f8de03fd020abb3fa120fb (patch) | |
tree | d50a8eaaed94db4111bc65250c9e0c2123804508 /package/libxml2/libxml2.mk | |
parent | 95783cd95d99f5e2bdee7f7aa9c89f3b4014512e (diff) |
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
Diffstat (limited to 'package/libxml2/libxml2.mk')
-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 f8088f77e..11e24675d 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -44,7 +44,7 @@ $(LIBXML2_DIR)/.configured: $(LIBXML2_DIR)/.unpacked --without-python \ --without-threads \ $(DISABLE_NLS) \ - ); + ) touch $(LIBXML2_DIR)/.configured $(STAGING_DIR)/usr/lib/libxml2.so: $(LIBXML2_DIR)/.configured @@ -81,7 +81,7 @@ libxml2-source: $(DL_DIR)/$(LIBXML2_SOURCE) libxml2-clean: @if [ -d $(LIBXML2_DIR)/Makefile ] ; then \ $(MAKE) -C $(LIBXML2_DIR) clean ; \ - fi; + fi rm -f $(STAGING_DIR)/usr/lib/libxml2.* rm -f $(TARGET_DIR)/usr/lib/libxml2.* |