Overview
Comment: | Corrected call to tcc configure |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
013ffc32d56bf363473068258b0500f8 |
User & Date: | rkeene on 2014-05-01 23:35:05 |
Other Links: | manifest | tags |
Context
2014-05-01
| ||
23:50 | Wrapping some Tcl-specific changes to TCC into TclTCC check-in: d6a2d38950 user: rkeene tags: trunk | |
23:35 | Corrected call to tcc configure check-in: 013ffc32d5 user: rkeene tags: trunk | |
23:32 | Updated to build Tcc naively check-in: a319c993d9 user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [87dfad392f] to [b9df3360bc].
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - - - - - + + + + + | PACKAGE_INSTALL_DIR = $(TCL_PACKAGE_PATH)/$(PACKAGE_NAME)-$(PACKAGE_VERSION) TARGETS = @TARGETS@ srcdir = @srcdir@ all: $(TARGETS) tcc/config.h: |
︙ |