- 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

@@ -67,8 +67,8 @@ sqlite: uclibc readline-target ncurses $(TARGET_DIR)/usr/bin/sqlite3
sqlite-source: $(DL_DIR)/$(SQLITE_SOURCE)
sqlite-clean:
@if [ -d $(SQLITE_DIR)/Makefile ] ; then \
$(MAKE) -C $(SQLITE_DIR) clean ; \
@if [ -d $(SQLITE_DIR)/Makefile ]; then \
$(MAKE) -C $(SQLITE_DIR) clean; \
fi
sqlite-dirclean: