mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- semicolon touchup. No other changes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user