diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-10-15 10:40:26 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-10-15 10:40:26 +0000 |
commit | 456d12ba3570e5fe15f32829d76c6ee402bfd087 (patch) | |
tree | ae6ae791b0e858ad7698e3645f7d514b44ac3e02 /w3mimg | |
parent | Fix parallel make issue (diff) | |
download | w3m-456d12ba3570e5fe15f32829d76c6ee402bfd087.tar.gz w3m-456d12ba3570e5fe15f32829d76c6ee402bfd087.zip |
Revert "Fix parallel make issue"
This reverts commit aa6f871c6dcc108118142bcc786e4a6ac3d46867.
Diffstat (limited to 'w3mimg')
-rw-r--r-- | w3mimg/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/w3mimg/Makefile.in b/w3mimg/Makefile.in index 0a964a1..dfc550c 100644 --- a/w3mimg/Makefile.in +++ b/w3mimg/Makefile.in @@ -22,8 +22,6 @@ w3mimg.a: $(IMGOBJS) $(AR) rv $@ $(IMGOBJS) $(RANLIB) $@ -$(IMGOBJS): @IMGTARGETS@ - w3mimg.o: w3mimg.c $(CC) $(CFLAGS) -c $< |