]> Savannah Git Hosting - mdk.git/commitdiff

Savannah Git Hosting - mdk.git/commitdiff

git git@sv / mdk.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ffa211f)
Allow parallel (make -jn) builds (#31018)
2010年9月11日 19:11:17 +0000 (21:11 +0200)
2010年9月11日 19:11:17 +0000 (21:11 +0200)

diff --git a/NEWS b/NEWS
index 7530d8983ca002ccccd3d9a7fe8992de667ad7ed..8c7b096446b299bace6de3f4c94cddc74756e9be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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):
diff --git a/mixguile/Makefile.am b/mixguile/Makefile.am
index 4da99e4138120fcf2f8aaac232495ea4e98409d2..95e527cf4e52f2d425cfe665a0ffac418cd4ef26 100644 (file)
--- a/mixguile/Makefile.am
+++ b/mixguile/Makefile.am
@@ -1,6 +1,6 @@
## 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
GNU MIX Development Kit (MDK)
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /