aboutsummaryrefslogtreecommitdiffstats
path: root/w3mimg
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@vega.ocn.ne.jp>2012-05-03 10:31:06 +0000
committerTatsuya Kinoshita <tats@vega.ocn.ne.jp>2012-05-03 10:31:06 +0000
commitaa6f871c6dcc108118142bcc786e4a6ac3d46867 (patch)
treed9f38dee6871581ddec4a83f4c03d7f9cd405e11 /w3mimg
parentMerge branch 'bug/gc72' (diff)
downloadw3m-aa6f871c6dcc108118142bcc786e4a6ac3d46867.tar.gz
w3m-aa6f871c6dcc108118142bcc786e4a6ac3d46867.zip
Fix parallel make issue
Patch from Gentoo <http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch?revision=1.1&view=markup>.
Diffstat (limited to 'w3mimg')
-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 $<