summaryrefslogtreecommitdiff
path: root/lang/scm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-16 21:24:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-16 21:24:53 +0000
commit21cfe0092c48d6f2064465152d5b2282e5195ed4 (patch)
treeaf3702446a363a839fee901776613f70126b02b7 /lang/scm
parentAdd popper back to SUBDIR, move procmail to BROKEN until chmod /var/mail (diff)
Make various install and pre-install targets depend on build.
Notes
Notes: svn path=/head/; revision=1406
Diffstat (limited to 'lang/scm')
-rw-r--r--lang/scm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index 2b2b78069735..4d37d66e8c20 100644
--- a/lang/scm/Makefile
+++ b/lang/scm/Makefile
@@ -3,7 +3,7 @@
# Date created: Sat Nov 5 17:11:01 PST 1994
# Whom: hsu
#
-# $Id: Makefile,v 1.4 1995/04/01 12:47:08 jkh Exp $
+# $Id: Makefile,v 1.5 1995/04/15 05:44:48 asami Exp $
#
DISTNAME= scm
@@ -18,7 +18,7 @@ GNU_CONFIGURE=
USE_GMAKE=
MAKE_FLAGS= CFLAGS=-O2 LDFLAGS=-s defines="-DSICP -DHAVE_CONFIG_H -DFLOATS -DIO_EXTENSIONS -DMEMOIZE_LOCALS -DGC_FREE_SEGMENTS" -f
-pre-install:
+pre-install: build
@if [ ! -e ${PREFIX}/lib ]; then mkdir -p ${PREFIX}/lib; fi
cp -rp ${WRKDIR}/slib ${PREFIX}/lib
@if [ ! -e /usr/local/info ]; then mkdir -p /usr/local/info; fi