summaryrefslogtreecommitdiffstats
path: root/lib/buildsystem.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-22 02:31:10 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-22 02:31:10 (EDT)
commit49144c1b8e70f677349f7b7162f48807215a8462 (patch)
tree01f78d2cc2e1aac9af9f6c1f674656da2f0f5152 /lib/buildsystem.sh
parentf86bac33a3260b9a8e3e819a4cacb447899b992f (diff)
Enable the "make" build system.
Diffstat (limited to 'lib/buildsystem.sh')
-rw-r--r--lib/buildsystem.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh
index b45d3d5..7cf70f5 100644
--- a/lib/buildsystem.sh
+++ b/lib/buildsystem.sh
@@ -22,6 +22,7 @@ _OH_BUILDSYSTEM_SM='true'
_OH_BUILDSYSTEMS='
autoconf
+make
'
oh_buildsystems_init()