diff options
author | jbj <devnull@localhost> | 1999-04-21 16:20:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-04-21 16:20:20 +0000 |
commit | 97843056606d8c2c33c9a24d1f5c17b6dacbbcfc (patch) | |
tree | cfac26cd87ea9f4dfe1b69642a888427906d2246 | |
parent | 4c10d8f2325f6a658c3ae78d74b267990b9fe510 (diff) | |
download | librpm-tizen-97843056606d8c2c33c9a24d1f5c17b6dacbbcfc.tar.gz librpm-tizen-97843056606d8c2c33c9a24d1f5c17b6dacbbcfc.tar.bz2 librpm-tizen-97843056606d8c2c33c9a24d1f5c17b6dacbbcfc.zip |
Typo.
CVS patchset: 3027
CVS date: 1999/04/21 16:20:20
-rw-r--r-- | macros.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $Id: macros.in,v 1.24 1999/04/20 22:45:52 jbj Exp $ +# $Id: macros.in,v 1.25 1999/04/21 16:20:20 jbj Exp $ #============================================================================== # Macro naming conventions (preliminary): # @@ -211,5 +211,5 @@ %{__automake} \ %{__autoconf} \ %{-C:_mydir="`pwd`"; %{-M; %{__mkdirp} %{-C*};} cd %{-C*}} \ - CFLAGS="%{optflags}" %{-C:${_mydir}}%{!-C:.}/configure %{_target_platform} --prefix=%{_prefix} !* + CFLAGS="%{optflags}" %{-C:${_mydir}}%{!-C:.}/configure %{_target_platform} --prefix=%{_prefix} !* \ %{-C:cd ${_mydir}; unset _mydir} |