summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/macros.in b/macros.in
index 3fb91d87b..59126ef90 100644
--- a/macros.in
+++ b/macros.in
@@ -1,4 +1,4 @@
-# $Id: macros.in,v 1.17 1999/03/21 18:43:26 jbj Exp $
+# $Id: macros.in,v 1.18 1999/03/27 21:40:56 jbj Exp $
#==============================================================================
# Macro naming conventions (preliminary):
#
@@ -88,6 +88,7 @@
#%_pgp_path
#%_provides
#%_timecheck
+#%vendor
#==============================================================================
# ---- per-platform macros.
@@ -95,9 +96,9 @@
# will be used if the per-platform macro file does not exist..
#
%_arch @RPMCANONARCH@
-%vendor @RPMCANONVENDOR@
+%_vendor @RPMCANONVENDOR@
%_os @RPMCANONOS@
-%_target_platform %{_target_cpu}-%{vendor}-%{_target_os}
+%_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}
#
# XXX use the rpmrc instantiated macro for now
#%optflags -O2