From: michuz Date: Sat, 23 Dec 2000 00:48:43 +0000 (+0000) Subject: - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} X-Git-Tag: bootparamd-0_17-7~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbootparamd.git;a=commitdiff_plain;h=abc93c5d1d2aac0cce63b75864987126ee570e34 - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} (now it's more C like) Changed files: bootparamd.spec -> 1.13 --- diff --git a/bootparamd.spec b/bootparamd.spec index 039aef7..aaed8e1 100644 --- a/bootparamd.spec +++ b/bootparamd.spec @@ -30,7 +30,7 @@ clients and servers which need that boot server code. %build ./configure --with-c-compiler=%{__cc} -%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" +%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" %install rm -rf $RPM_BUILD_ROOT