index 7530d8983ca002ccccd3d9a7fe8992de667ad7ed..8c7b096446b299bace6de3f4c94cddc74756e9be 100644 (file)
@@ -15,6 +15,7 @@ Please send mdk bug reports to bug-mdk@gnu.org.
- Manual: download info updated to point to Git repositories
(#29524).
- Compilation without Guile works again (#28086)
+ - Parallel compilation with `make -jn' now works (#31018)
---------------------------------------------------------------------------
* Version 1.2.5 (11/10/09):
index 4da99e4138120fcf2f8aaac232495ea4e98409d2..95e527cf4e52f2d425cfe665a0ffac418cd4ef26 100644 (file)
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2001 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2010 Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -31,7 +31,7 @@ libmixguile_a_SOURCES = mixguile.h mixguile.c \
bin_PROGRAMS = mixguile
mixguile_LDADD = $(top_builddir)/mixlib/libmix.a \
$(top_builddir)/lib/libreplace.a \
- $(top_builddir)/mixguile/libmixguile.a $(INTLLIBS)
+ libmixguile.a $(INTLLIBS)
mixguile_SOURCES = mixguile_main.c
else