From: Joel Rosdahl Date: Mon, 2 Aug 2010 09:42:55 +0000 (+0200) Subject: make: Remove left-over rules already moved to dev.mk.in X-Git-Tag: v3.1~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d50112a5704c16171a673b8bf1db9952c3a6920;p=thirdparty%2Fccache.git make: Remove left-over rules already moved to dev.mk.in --- diff --git a/Makefile.in b/Makefile.in index 891c4c306..e8ae7beca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,16 +39,11 @@ test_objs = $(test_sources:.c=.o) all_sources = $(ccache_sources) $(test_sources) all_objs = $(ccache_objs) $(test_objs) $(zlib_objs) -generated_docs = ccache.1 INSTALL.html manual.html NEWS.html README.html - files_to_clean = $(all_objs) ccache$(EXEEXT) test/main$(EXEEXT) *~ .PHONY: all all: ccache$(EXEEXT) -.PHONY: docs -docs: $(generated_docs) - ccache$(EXEEXT): $(ccache_objs) @extra_deps@ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ccache_objs) $(libs)