]> git.pld-linux.org Git - packages/electric.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:
    electric.spec -> 1.4

electric.spec

index 0bd93a8e4529f836ff8caae9902fe3ce606b6f8b..d0180489d09f8c7d366609ac7b2f39b1d9a24916 100644 (file)
@@ -35,7 +35,7 @@ to most popular CAD specifications including VHDL, CIF, and GDS II.
 %build
 %configure
 
-%{__make} DEBUG="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -Wall"
+%{__make} DEBUG="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.058802 seconds and 4 git commands to generate.