Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv15843
Modified Files:
giflib
Log Message:
disable parallel build
Index: giflib
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/giflib,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- giflib 6 Nov 2011 14:32:27 -0000 1.2
+++ giflib 8 Nov 2011 14:23:57 -0000 1.3
@@ -21,7 +21,7 @@
else
./configure --prefix=/usr || exit 1
fi
- make $PMAKE || exit 1
+ make || exit 1
strip_debug
# we have to install this immediately, because this is a library and could be needed by other sources
|