diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2013-07-30 11:13:51 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2013-07-30 11:13:51 +0000 | 
| commit | 18b0cc756bc5d5145fc1abcd0ef46ff2455c79ab (patch) | |
| tree | 88966004acc26ea238b5414bd569b86aac1b569d /w3mimg | |
| parent | Sort anchors by sequence number in -dump (diff) | |
| parent | Merge branch 'feature/debian-version' (diff) | |
| download | w3m-18b0cc756bc5d5145fc1abcd0ef46ff2455c79ab.tar.gz w3m-18b0cc756bc5d5145fc1abcd0ef46ff2455c79ab.zip | |
Merge branch 'master' into bug/sort-dump-links
Conflicts:
	main.c
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 $< | 
