summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-10-27 21:50:59 +0000
committerjoerg <joerg@FreeBSD.org>1996-10-27 21:50:59 +0000
commitb7bce82d8a979b2e12440611754145b3c18b68cb (patch)
tree8e162b9854a6214bf7529c06e46b99d22ebf73b7 /gnu/usr.bin
parentb6d24b79f82a6d9eda0695607a67e48b52aad02a (diff)
downloadFreeBSD-src-b7bce82d8a979b2e12440611754145b3c18b68cb.zip
FreeBSD-src-b7bce82d8a979b2e12440611754145b3c18b68cb.tar.gz
Added ${DESTDIR} to the install target so bison.{simple,hairy}
will also appear in our releases. ;) Forgotten by: peter
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/bison/data/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.bin/bison/data/Makefile b/gnu/usr.bin/bison/data/Makefile
index bbe22d42..7818441 100644
--- a/gnu/usr.bin/bison/data/Makefile
+++ b/gnu/usr.bin/bison/data/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1996/09/10 13:23:44 peter Exp $
BISONDIR=${.CURDIR}/../../../../contrib/bison
@@ -15,7 +15,9 @@ bison.s1: bison.simple
< ${BISONDIR}/bison.simple > bison.s1
install:
- ${INSTALL} -c -o bin -g bin -m 444 bison.s1 ${DATADIR}/bison.simple
- ${INSTALL} -c -o bin -g bin -m 444 ${BISONDIR}/bison.hairy ${DATADIR}
+ ${INSTALL} -c -o bin -g bin -m 444 bison.s1 \
+ ${DESTDIR}${DATADIR}/bison.simple
+ ${INSTALL} -c -o bin -g bin -m 444 ${BISONDIR}/bison.hairy \
+ ${DESTDIR}${DATADIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud