diff options
-rw-r--r-- | macros.in | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |