mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
11 lines
457 B
Text
11 lines
457 B
Text
--- Makefile.in.orig 2009-09-17 13:41:21.000000000 +0200
|
|
+++ Makefile.in 2009-09-17 13:45:38.000000000 +0200
|
|
@@ -687,7 +687,7 @@
|
|
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/status.c
|
|
|
|
sqlite3.h: $(TOP)/src/sqlite.h.in $(TOP)/manifest.uuid $(TOP)/VERSION
|
|
- tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
|
|
+ $(TCLSH_CMD) $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
|
|
|
|
table.lo: $(TOP)/src/table.c $(HDR)
|
|
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/table.c
|