[llvm-commits] [test-suite][patch] Fix a srcdir != objdir bug.
Pawel Worach
pawel.worach at gmail.com
Sun Aug 7 10:35:05 PDT 2011
Fix a srcdir != objdir bug.
Index: MultiSource/Applications/sqlite3/Makefile
===================================================================
--- MultiSource/Applications/sqlite3/Makefile (revision 137038)
+++ MultiSource/Applications/sqlite3/Makefile (working copy)
@@ -15,7 +15,7 @@
# the input files are generated from a tcl script
# it needs to be generated before sqlite is run
-sqlite3.c: $(PROJ_SRC_DIR)/test15.sql
+$(PROJ_SRC_DIR)/sqlite3.c: $(PROJ_SRC_DIR)/test15.sql
ifdef SMALL_PROBLEM_SIZE
$(PROJ_SRC_DIR)/test15.sql: $(PROJ_SRC_DIR)/smalltest.tcl
--
Pawel
More information about the llvm-commits
mailing list