summaryrefslogtreecommitdiff
path: root/gtk+.spec
diff options
context:
space:
mode:
authorrhlabs <rhlabs>1998-03-15 22:07:10 +0000
committerrhlabs <rhlabs>1998-03-15 22:07:10 +0000
commitf8170cbd7c4688167af7e7e0f297872117c11e6d (patch)
tree93c2b60c1b73059bd968d4c7a73083e08be54e15 /gtk+.spec
parent8ecd7ef5ae8565f5387fbd4b269107cc1cf8daf7 (diff)
downloadgdk-pixbuf-f8170cbd7c4688167af7e7e0f297872117c11e6d.tar.gz
Added -k to SMP make line.
-Marc
Diffstat (limited to 'gtk+.spec')
-rw-r--r--gtk+.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk+.spec b/gtk+.spec
index d9b1a29c1..9371dc6c5 100644
--- a/gtk+.spec
+++ b/gtk+.spec
@@ -41,6 +41,8 @@ and GTK is a widget set for creating user interfaces.
- Added aclocal and bin stuff to file list.
+- Added -k to the SMP make line.
+
* Fri Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
- Changed version to 0.99.7
@@ -70,7 +72,7 @@ else
fi
if [ "$SMP" != "" ]; then
- (make "MAKE=make -j $SMP"; exit 0)
+ (make "MAKE=make -k -j $SMP"; exit 0)
make
else
make