summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-12-27 18:20:03 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-12-27 18:20:03 +0000
commitf70a2eddf0f37c387d6f45d17dbeab5db5dc8ad6 (patch)
tree9ccac2b780e21db8efbc0cc2458adfbaa0865e7c
parentcb07d773ed7c0b47e2d327a255b389818aebc9af (diff)
downloadmake-f70a2eddf0f37c387d6f45d17dbeab5db5dc8ad6.tar.gz
Add morphology for build-essential build
-rw-r--r--make.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/make.morph b/make.morph
new file mode 100644
index 00000000..466a8629
--- /dev/null
+++ b/make.morph
@@ -0,0 +1,8 @@
+{
+ "name": "make",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --prefix=\"$PREFIX\" --disable-nls"
+ ]
+}