From 22cf5db0b581fa4170c3581c7544a1618c362ecb Mon Sep 17 00:00:00 2001 From: michuz Date: Sat, 23 Dec 2000 00:48:43 +0000 Subject: [PATCH] - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} (now it's more C like) Changed files: bin86.spec -> 1.23 --- bin86.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin86.spec b/bin86.spec index f7c20d2..4fe751a 100644 --- a/bin86.spec +++ b/bin86.spec @@ -48,7 +48,7 @@ programlar, bu pakete gereksinim duyarlar. %setup -q -n %{name} %build -%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" LDFLAGS="%{?debug:-s}" +%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" LDFLAGS="%{?debug:-s}" %install rm -rf $RPM_BUILD_ROOT -- 2.43.0