aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@vega.ocn.ne.jp>2012-05-03 10:31:39 +0000
committerTatsuya Kinoshita <tats@vega.ocn.ne.jp>2012-05-03 10:31:39 +0000
commit575e77314f191f15dadc2377942549f1bc9c1b03 (patch)
treed9f38dee6871581ddec4a83f4c03d7f9cd405e11
parentMerge branch 'bug/gc72' (diff)
parentFix parallel make issue (diff)
downloadw3m-575e77314f191f15dadc2377942549f1bc9c1b03.tar.gz
w3m-575e77314f191f15dadc2377942549f1bc9c1b03.zip
Merge branch 'bug/parallel-make'
-rw-r--r--w3mimg/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/w3mimg/Makefile.in b/w3mimg/Makefile.in
index dfc550c..0a964a1 100644
--- a/w3mimg/Makefile.in
+++ b/w3mimg/Makefile.in
@@ -22,6 +22,8 @@ w3mimg.a: $(IMGOBJS)
$(AR) rv $@ $(IMGOBJS)
$(RANLIB) $@
+$(IMGOBJS): @IMGTARGETS@
+
w3mimg.o: w3mimg.c
$(CC) $(CFLAGS) -c $<