summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-10 13:49:05 +0000
committermidipix <writeonce@midipix.org>2021-04-10 20:54:44 +0000
commit82aba04ba87e87cbdff130459ba62d0e58b7cbea (patch)
tree2d8c19c5b2c9ad2f619637689bf8ca43ec447135 /Makefile.in
parenta9bba588ab9aa4e751ff84ebc50d93b0f3b10d33 (diff)
downloadntapi-82aba04ba87e87cbdff130459ba62d0e58b7cbea.tar.bz2
ntapi-82aba04ba87e87cbdff130459ba62d0e58b7cbea.tar.xz
build system: configure: added --makemode and MAKEMODE support.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ed90b5f..00238b1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,7 +41,7 @@ SRCBALL_URL = @srcball_url@
SRCBALL_SHA256 = @srcball_sha256@
MAKE = @make@
-MAKEMODE = posix
+MAKEMODE = @makemode@
BUILD = @build@
HOST = @host@