Overview
| Comment: | Makefile.in |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
f21c4d1a65ff3ff95a733b6a32d07872 |
| User & Date: | johannes@zellner.org on 1999-08-20 14:02:43.000 |
| Other Links: | manifest | tags |
Context
|
1999-08-20
| ||
| 16:55 | .tclshrc pkgMkIndex vimrc Makefile.in tclreadline.c check-in: 199260e23f user: johannes@zellner.org tags: trunk | |
| 14:02 | Makefile.in check-in: f21c4d1a65 user: johannes@zellner.org tags: trunk | |
| 13:59 | Makefile.in check-in: 915c7e11ba user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in
from [f213287370]
to [4740529900].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # -*- make -*- # FILE: "/diska/home/joze/src/tclreadline/Makefile.in" |
| ︙ | |||
266 267 268 269 270 271 272 | 266 267 268 269 270 271 272 273 274 275 276 | - + | co: $(SOURCES) co -l $^ distribution: $(SOURCES) configure $(AUXILIARY) - mkdir -p dist/tclreadline-$(VERSION)/aux - cp $(SOURCES) configure dist/tclreadline-$(VERSION) - cp $(AUXILIARY) dist/tclreadline-$(VERSION)/aux |