version 1.5, 2003/11/14 03:04:29 |
version 1.6, 2004/03/01 03:10:26 |
|
|
# $OpenXM: OpenXM/src/gc/Makefile-ports,v 1.4 2003/11/14 03:00:12 ohara Exp $ |
# $OpenXM: OpenXM/src/gc/Makefile-ports,v 1.5 2003/11/14 03:04:29 ohara Exp $ |
OpenXM_HOME=../.. |
OpenXM_HOME=../.. |
PREFIX=${OpenXM_HOME} |
PREFIX=${OpenXM_HOME} |
DISTDIR=${OpenXM_HOME}/../OpenXM_dist |
DISTDIR=${OpenXM_HOME}/../OpenXM_dist |
|
|
post-install: build |
post-install: build |
@if test ! -f .post-install_done ; \ |
@if test ! -f .post-install_done ; \ |
then \ |
then \ |
-mkdir ${PREFIX}/lib ${PREFIX}/bin ; \ |
|
(cd work/gc6.2 ; make install) ; \ |
(cd work/gc6.2 ; make install) ; \ |
fi |
fi |
@touch .post-install_done |
@touch .post-install_done |