summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1998-12-02 21:10:18 +0000
committerjbj <devnull@localhost>1998-12-02 21:10:18 +0000
commite3205eaa9f6b14f3989e570162a351739c302a3b (patch)
tree5481cccd68687a5b7890201148d26ce14a123b6b /tests
parent8351bf636ade67fe72c354a4696f63a79fe501ef (diff)
downloadlibrpm-tizen-e3205eaa9f6b14f3989e570162a351739c302a3b.tar.gz
librpm-tizen-e3205eaa9f6b14f3989e570162a351739c302a3b.tar.bz2
librpm-tizen-e3205eaa9f6b14f3989e570162a351739c302a3b.zip
Sanity.
CVS patchset: 2577 CVS date: 1998/12/02 21:10:18
Diffstat (limited to 'tests')
-rw-r--r--tests/macros.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/macros.in b/tests/macros.in
index 378a276d5..63de2f4f3 100644
--- a/tests/macros.in
+++ b/tests/macros.in
@@ -79,18 +79,18 @@
# Macro(s) similar to those used by configure.
#
%_prefix @prefix@
-%_build @build@
-%_build_alias @build_alias@
-%_build_cpu @build_cpu@
-%_build_vendor @build_vendor@
-%_build_os @build_os@
+%_build %{_host}
+%_build_alias %{_host_alias}
+%_build_cpu %{_host_cpu}
+%_build_vendor %{_host_vendor}
+%_build_os %{_host_os}
%_host @host@
%_host_alias @host_alias@
%_host_cpu @host_cpu@
%_host_vendor @host_vendor@
%_host_os @host_os@
-%_target @target@
-%_target_alias @target_alias@
-%_target_cpu @target_cpu@
-%_target_vendor @target_vendor@
-%_target_os @target_os@
+%_target %{_host}
+%_target_alias %{_host_alias)
+%_target_cpu %{_host_cpu)
+%_target_vendor %{_host_vendor)
+%_target_os %{_host_os)