diff options
author | jbj <devnull@localhost> | 1999-05-14 18:59:43 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-05-14 18:59:43 +0000 |
commit | f3abab07b4e3b073c60bb7421aab551d32dc69d9 (patch) | |
tree | 855e7adbcb0d097c7debfd4b344fad5ee9971cca /macros.in | |
parent | 3dc8ed83ab4d4d409c88dbfc29b0d3264016b1a4 (diff) | |
download | librpm-tizen-f3abab07b4e3b073c60bb7421aab551d32dc69d9.tar.gz librpm-tizen-f3abab07b4e3b073c60bb7421aab551d32dc69d9.tar.bz2 librpm-tizen-f3abab07b4e3b073c60bb7421aab551d32dc69d9.zip |
Add nil macro.
CVS patchset: 3062
CVS date: 1999/05/14 18:59:43
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $Id: macros.in,v 1.30 1999/05/10 22:58:35 jbj Exp $ +# $Id: macros.in,v 1.31 1999/05/14 18:59:43 jbj Exp $ #============================================================================== # Macro naming conventions (preliminary): # @@ -10,6 +10,11 @@ # #============================================================================== +# ---- A macro that expands to nothing. +# +%nil %{!?nil} + +#============================================================================== # ---- filesystem macros. # %_usr @prefix@ |