Don't use dmake in offical package
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 6 Aug 2009 08:57:29 +0000 (10:57 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 6 Aug 2009 08:57:29 +0000 (10:57 +0200)
libasyncio.spec
libasyncio.spec.in

index e3deb7f..4b18eb9 100644 (file)
@@ -77,13 +77,13 @@ development files for glue lib for using t2n with simpleio.
 export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/intranator/lib/pkgconfig
 autoreconf --force -i
 ./configure $RPM_BUILD_WITH_OPTIMIZE --prefix=%{prefix}
-dmake
+make
 
 for dir in utils asyncio; do
     make -C $dir headerlist
 done
 
-dmake check
+make check
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
index f200ead..8c0927b 100644 (file)
@@ -88,13 +88,13 @@ development files for glue lib for using t2n with simpleio.
 export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/intranator/lib/pkgconfig
 autoreconf --force -i
 ./configure $RPM_BUILD_WITH_OPTIMIZE --prefix=%{prefix}
-dmake
+make %{?_smp_mflags}
 
 for dir in utils asyncio; do
     make -C $dir headerlist
 done
 
-dmake check
+make check
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install