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

byacc.spec

index e3aaf50870f035b196a8bfff22314e9eb6cd8bbc..022e24ce336ebcbef069dc82e051a920318cbb5b 100644 (file)
@@ -51,7 +51,7 @@ chmod -R u+Xw .
 
 %build
 %{__make} \
-       CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+       CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
        LDFLAGS="%{?debug:-s}"
 
 %install
This page took 0.097751 seconds and 4 git commands to generate.