diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2012-05-03 10:31:06 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2012-05-03 10:31:06 +0000 |
commit | aa6f871c6dcc108118142bcc786e4a6ac3d46867 (patch) | |
tree | d9f38dee6871581ddec4a83f4c03d7f9cd405e11 /w3mimg/Makefile.in | |
parent | Merge branch 'bug/gc72' (diff) | |
download | w3m-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 '')
-rw-r--r-- | w3mimg/Makefile.in | 2 |
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 $< |