Overview
Comment: | Updated to install required basic headers |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0a6b909b1f7cc0f355db11577b13db34 |
User & Date: | rkeene on 2014-05-02 05:34:45.595 |
Other Links: | manifest | tags |
Context
2014-05-02
| ||
05:39 | Minor cleanup check-in: d2385ff774 user: rkeene tags: trunk | |
05:34 | Updated to install required basic headers check-in: 0a6b909b1f user: rkeene tags: trunk | |
04:42 | Updated to obey "--libdir" configure directive check-in: 05dbf4d097 user: rkeene tags: trunk | |
Changes
Modified Makefile.in
from [05b26b611a]
to [85aaa6526a].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ TCLCONFIGPATH = @TCLCONFIGPATH@ TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@ tcllibdir = $(shell if echo "$(libdir)" | grep '^UNSPECIFIED' >/dev/null; then echo $(TCL_PACKAGE_PATH); else echo "$(libdir)"; fi) PACKAGE_INSTALL_DIR = $(tcllibdir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION) |
︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | - + - + - + + + + + + + + + + + | tcltcc-static.a: tcltcc.o tcc/libtcc.a cp tcc/libtcc.a tcltcc-static.new.a $(AR) rcu tcltcc-static.new.a tcltcc.o -$(RANLIB) tcltcc-static.new.a mv tcltcc-static.new.a tcltcc-static.a |
︙ |
Added headers.awk version [4c335dbe1b].