]> git.pld-linux.org Git - packages/w3m.git/blob - w3m-0.5.3-parallel-make.patch
- rel 3; fix build
[packages/w3m.git] / w3m-0.5.3-parallel-make.patch
1 diff -Naur w3m-0.5.3.orig/w3mimg/Makefile.in w3m-0.5.3/w3mimg/Makefile.in
2 --- w3m-0.5.3.orig/w3mimg/Makefile.in   2011-01-04 18:22:28.000000000 +0900
3 +++ w3m-0.5.3/w3mimg/Makefile.in        2011-02-02 11:35:47.725076601 +0900
4 @@ -22,6 +22,8 @@
5         $(AR) rv $@ $(IMGOBJS)
6         $(RANLIB) $@
7  
8 +$(IMGOBJS): @IMGTARGETS@
9 +
10  w3mimg.o: w3mimg.c
11         $(CC) $(CFLAGS) -c $<
12  
This page took 0.0353560000000001 seconds and 4 git commands to generate.