summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-15 11:38:48 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-15 11:38:48 +0000
commit23a3437fe6dabc26eb94ec21b3cca81b62864110 (patch)
treede10e26307843c0903f7b4e921015825f7882a32
parent4c4185b28e9b85a2a653ab5c073a64b5ab146e6e (diff)
downloadbison-23a3437fe6dabc26eb94ec21b3cca81b62864110.tar.gz
bison.morph: Set DESTDIR in make command
Bison works without, as it picks it up from the environment but other projects don't and it is good to be consistent
-rw-r--r--bison.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bison.morph b/bison.morph
index d30e29e3..3bd04b3a 100644
--- a/bison.morph
+++ b/bison.morph
@@ -9,6 +9,6 @@
"make"
],
"install-commands": [
- "make install"
+ "make DESTDIR=\"$DESTDIR\" install"
]
}