Overview
Comment: | Updated to use fully qualified path names for headers to be included |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
34edc27785cfb9d4f00cfa0d606e5ff8 |
User & Date: | rkeene on 2014-06-21 05:23:46 |
Other Links: | manifest | tags |
Context
2014-06-21
| ||
05:54 | Updated to process stray slashes more liberally check-in: a67fcde598 user: rkeene tags: trunk | |
05:23 | Updated to use fully qualified path names for headers to be included check-in: 34edc27785 user: rkeene tags: trunk | |
05:20 | Updated to initialize stubs in Tcl if they are in use check-in: cd9acf4116 user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [94f3ac5922] to [39f0082a9e].
1 2 3 4 5 6 7 8 9 10 11 | prefix = UNSPECIFIED exec_prefix = @exec_prefix@ libdir = @libdir@ TARGET = @TARGET@ CC = @CC@ CPP = @CPP@ AR = @AR@ RANLIB = @RANLIB@ CFLAGS = @CFLAGS@ @SHOBJFLAGS@ | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | prefix = UNSPECIFIED exec_prefix = @exec_prefix@ libdir = @libdir@ TARGET = @TARGET@ CC = @CC@ CPP = @CPP@ AR = @AR@ RANLIB = @RANLIB@ CFLAGS = @CFLAGS@ @SHOBJFLAGS@ CPPFLAGS = @CPPFLAGS@ -I$(shell cd @srcdir@ && pwd) -I$(shell cd @srcdir@ && pwd)/tcc -I$(shell pwd)/tcc @DEFS@ @SHOBJCPPFLAGS@ LDFLAGS = @LDFLAGS@ SHOBJLDFLAGS = @SHOBJLDFLAGS@ LIBS = @LIBS@ INSTALL = @INSTALL@ TCLSH = tclsh PACKAGE_NAME = @PACKAGE_NAME@ |
︙ | ︙ |