Changeset 488
- Timestamp:
- 11/21/04 17:00:01 (7 years ago)
- Files:
-
- trunk/Makefile (modified) (1 diff, 1 prop)
- trunk/Makefile.config (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile
- Property cvs2svn:cvs-rev changed from 1.26 to 1.27
r468 r488 132 132 -e 's|@@PERL@@|$(PERL)|g' \ 133 133 -e 's|@@PERLLIB@@|$(PERLLIB)|g' \ 134 -e 's|@@PYTHON@@|$(PYTHON)|g' \ 134 135 -e 's|@@OSTYPE@@|$(OSTYPE)|g' \ 135 136 -e 's|@@HOSTNAME@@|$(HOSTNAME)|g' \ trunk/Makefile.config
- Property cvs2svn:cvs-rev changed from 1.6 to 1.7
r453 r488 49 49 PERL = $(shell which perl) 50 50 51 # The python interpreter to use (used by some plugins) 52 PYTHON = $(shell which python) 53 51 54 # Server only - Where to install the perl libraries 52 55 PERLLIB = $(DESTDIR)$(shell $(PERL) -V:sitelib | cut -d= -f2 | sed "s/[\';]//g")
