use prefix instead of PREFIX
This commit is contained in:
parent
4bea1948ae
commit
5f28f27e2d
@ -1,8 +1,8 @@
|
|||||||
# @(#$Id: Makefile,v 1.17 2005-11-23 10:19:09 dockes Exp $ (C) 2005 J.F.Dockes
|
# @(#$Id: Makefile,v 1.18 2005-11-23 10:57:23 dockes Exp $ (C) 2005 J.F.Dockes
|
||||||
|
|
||||||
# Default values. These can be overridden on the command line ie:
|
# Default values. These can be overridden on the command line ie:
|
||||||
# make PREFIX=/usr
|
# make prefix=/usr
|
||||||
PREFIX=/usr/local
|
prefix=/usr/local
|
||||||
INSTALL = install -c
|
INSTALL = install -c
|
||||||
|
|
||||||
all: mk/sysconf common/rclversion.h
|
all: mk/sysconf common/rclversion.h
|
||||||
@ -44,7 +44,7 @@ distclean: clean
|
|||||||
rm -f mk/sysconf
|
rm -f mk/sysconf
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
./recollinstall ${PREFIX}
|
./recollinstall ${prefix}
|
||||||
|
|
||||||
installme:
|
installme:
|
||||||
./recollinstall
|
./recollinstall
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user