From 1857dca4067a4883825e29b374742cc8730f6bbf Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 24 Sep 2015 20:56:47 -0400 Subject: build system: replace the build_ prefix with the more appropriate native_ prefix. --- Makefile.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3