]> git.pld-linux.org Git - packages/mt-st.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:45 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    mt-st.spec -> 1.13

mt-st.spec

index c200cea9207638d72fe3518b9b7c34e0f5c53f64..4d38e910ee70eb1b665bbdc5dd71afed47cb527b 100644 (file)
@@ -49,7 +49,7 @@ bir
 %patch1 -p1
 
 %build
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -Wall"
+%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.029466 seconds and 4 git commands to generate.