From 122307427c5d7ab25b985b01f145dad3a848ed51 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Sat, 8 Jun 2013 14:19:32 +0000
Subject: Fixed parallel building of top targets using the .NOTPARALLEL
 keyword.

git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@350 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
---
 ChangeLog       | 5 +++++
 src/Makefile.am | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0fe93d3..7fcc79d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 13-06-08  Cyrille Bagard <nocbos@gmail.com>
 
+	* src/Makefile.am:
+	Fix parallel building of top targets using the .NOTPARALLEL keyword.
+
+13-06-08  Cyrille Bagard <nocbos@gmail.com>
+
 	* src/analysis/disass/disassembler.c:
 	* src/analysis/disass/fetch.c:
 	* src/analysis/disass/fetch.h:
diff --git a/src/Makefile.am b/src/Makefile.am
index 8eff972..20db26a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,6 +3,8 @@ lib_LTLIBRARIES = libchrysaglibext.la libchrysadisass.la libchrysagtkext.la libc
 
 bin_PROGRAMS = chrysalide
 
+.NOTPARALLEL: $(lib_LTLIBRARIES) $(bin_PROGRAMS)
+
 
 
 ############################################################
@@ -104,7 +106,7 @@ chrysalide_LDADD = $(LIBINTL) 				\
 # Le reste du monde
 ############################################################
 
-# gtkext doit être traité en premier, à cause des marshals GLib
+# glibext doit être traité en premier, à cause des marshals GLib
 
 SUBDIRS = glibext gtkext analysis arch format common debug decomp dialogs gui plugins
 
-- 
cgit v0.11.2-87-g4458