1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 08:22:37 +01:00

fix to allow parallel builds on SMP systems using make -j

This commit is contained in:
dan
2005-01-06 15:48:42 +00:00
parent bde572f673
commit 71f1d7f101
14 changed files with 36 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ Changes since version 0.91.0:
- Removed --with-appsdir option and replaced it with --with-gnustepdir. Also,
default installation path (for non GNUstep users) is now $(prefix)/bin
- fixed bug with infinite loop in some circumstances in fitText() in WINGs
- fixed to allow parallel builds on SMP systems using make -j
Changes since version 0.90.0: