]> git.pld-linux.org Git - packages/fix-info-dir.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:44 +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:
    fix-info-dir.spec -> 1.15

fix-info-dir.spec

index 3845462480b2ad3ecd2535a6e4da828ce8ae5bc2..aa696eaaf07d1db40573b4a116ae1681ab2d5320 100644 (file)
@@ -23,7 +23,7 @@ Narz
 %setup -q 
 
 %build
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} \
+%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} \
        -fomit-frame-pointer -DNDEBUG"
  
 %install
This page took 0.079351 seconds and 4 git commands to generate.