]> git.pld-linux.org Git - packages/fox.git/commitdiff
- add "rm -f missing" on top %build. fox-0_99_175-2
authorkloczek <kloczek@pld-linux.org>
Wed, 3 Oct 2001 19:05:42 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fox.spec -> 1.15

fox.spec

index c91931ec9602d8cab0a4fa2f8b79706be35abc73..a2b92eed277b3bee94f48a8b174bad24b811af53 100644 (file)
--- a/fox.spec
+++ b/fox.spec
@@ -99,10 +99,11 @@ Biblioteki statyczne FOX.
 %setup -q
 
 %build
 %setup -q
 
 %build
+rm -f missing
 libtoolize -c -f
 aclocal
 libtoolize -c -f
 aclocal
-automake -a -c
 autoconf
 autoconf
+automake -a -c
 CPPFLAGS="%{rpmcflags} -frtti" \
 #CFLAGS="%{rpmcflags} -frtti" \
 %configure \
 CPPFLAGS="%{rpmcflags} -frtti" \
 #CFLAGS="%{rpmcflags} -frtti" \
 %configure \
This page took 0.037646 seconds and 4 git commands to generate.