Differences From Artifact [5ca9d75cdf]:
- File client/Makefile — part of check-in [f744667bec] at 2009-04-19 09:54:01 on branch trunk — Updated teapot-client to be installed (user: rkeene, size: 2035) [annotate] [blame] [check-ins using]
To Artifact [688e4e23af]:
- File client/Makefile — part of check-in [6bddce1bb3] at 2009-04-19 09:56:34 on branch trunk — Updated searchpath to search specified prefix (user: rkeene, size: 2087) [annotate] [blame] [check-ins using]
1 1 TCLKIT = tclkit 2 -TCLCONFIGPATH = $(DESTDIR)/usr/lib $(DESTDIR)/usr/lib64 $(DESTDIR)/usr/local/lib $(DESTDIR)/usr/local/lib64 2 +TCLCONFIGPATH = $(DESTDIR)/$(prefix)/lib $(DESTDIR)/$(prefix)/lib64 $(DESTDIR)/usr/lib $(DESTDIR)/usr/lib64 $(DESTDIR)/usr/local/lib $(DESTDIR)/usr/local/lib64 3 3 TEAPOTCLIENTVERS = 0.1 4 4 TCLDIR = 5 5 PREFIX = /usr/local 6 6 prefix = $(PREFIX) 7 7 8 8 all: 9 9 @echo 'Nothing to do.'