diff options
| author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2012-05-03 10:31:39 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2012-05-03 10:31:39 +0000 | 
| commit | 575e77314f191f15dadc2377942549f1bc9c1b03 (patch) | |
| tree | d9f38dee6871581ddec4a83f4c03d7f9cd405e11 /w3mimg | |
| parent | Merge branch 'bug/gc72' (diff) | |
| parent | Fix parallel make issue (diff) | |
| download | w3m-575e77314f191f15dadc2377942549f1bc9c1b03.tar.gz w3m-575e77314f191f15dadc2377942549f1bc9c1b03.zip | |
Merge branch 'bug/parallel-make'
Diffstat (limited to 'w3mimg')
| -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 $< | 
