summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-09-24 20:56:47 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:22 -0500
commit1857dca4067a4883825e29b374742cc8730f6bbf (patch)
tree9dc8358ed1049c892982c18eb9596cadd02acb27 /Makefile.in
parent1bb5f611874789bc899037ae8498e092239d6859 (diff)
downloadperk-1857dca4067a4883825e29b374742cc8730f6bbf.tar.bz2
perk-1857dca4067a4883825e29b374742cc8730f6bbf.tar.xz
build system: replace the build_ prefix with the more appropriate native_ prefix.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index ddf26f3..58aca2a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,10 +41,10 @@ MAN_DIR = @mandir@
DOC_DIR = @docdir@
LIBEXEC_DIR = @libexecdir@
-BUILD_CC = @build_cc@
-BUILD_OS = @build_os@
-BUILD_OS_BITS = @build_os_bits@
-BUILD_OS_UNDERSCORE = @build_os_underscore@
+NATIVE_CC = @native_cc@
+NATIVE_OS = @native_os@
+NATIVE_OS_BITS = @native_os_bits@
+NATIVE_OS_UNDERSCORE = @native_os_underscore@
@@ -264,10 +264,10 @@ clean:
@echo
.display-build:
- @echo BUILD_CC:' '$(BUILD_CC)
- @echo BUILD_OS:' '$(BUILD_OS)
- @echo BUILD_OS_BITS:' '$(BUILD_OS_BITS)
- @echo BUILD_OS_USCORE:' '$(BUILD_OS_UNDERSCORE)
+ @echo NATIVE_CC:' '$(NATIVE_CC)
+ @echo NATIVE_OS:' '$(NATIVE_OS)
+ @echo NATIVE_OS_BITS:' '$(NATIVE_OS_BITS)
+ @echo NATIVE_OS_USCORE:' '$(NATIVE_OS_UNDERSCORE)
@echo