- semicolon touchup. No other changes

This commit is contained in:
Bernhard Reutner-Fischer
2007-08-22 09:56:41 +00:00
parent 293b09786c
commit 956d3eb78b
92 changed files with 295 additions and 295 deletions

View File

@@ -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.*