diff options
author | rhlabs <rhlabs> | 1998-03-15 22:07:10 +0000 |
---|---|---|
committer | rhlabs <rhlabs> | 1998-03-15 22:07:10 +0000 |
commit | f8170cbd7c4688167af7e7e0f297872117c11e6d (patch) | |
tree | 93c2b60c1b73059bd968d4c7a73083e08be54e15 /gtk+.spec | |
parent | 8ecd7ef5ae8565f5387fbd4b269107cc1cf8daf7 (diff) | |
download | gtk+-f8170cbd7c4688167af7e7e0f297872117c11e6d.tar.gz |
Added -k to SMP make line.
-Marc
Diffstat (limited to 'gtk+.spec')
-rw-r--r-- | gtk+.spec | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |