From 6e137bf4ccd6307e01e61724ad83ca8d87f30746 Mon Sep 17 00:00:00 2001 From: michuz Date: Sat, 23 Dec 2000 00:48:42 +0000 Subject: [PATCH] - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} (now it's more C like) Changed files: anacron.spec -> 1.10 --- anacron.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anacron.spec b/anacron.spec index efc4d81..acba014 100644 --- a/anacron.spec +++ b/anacron.spec @@ -43,7 +43,7 @@ mo %setup -q %build -%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" +%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" %install rm -rf $RPM_BUILD_ROOT -- 2.43.0