]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
make: Remove left-over rules already moved to dev.mk.in
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 2 Aug 2010 09:42:55 +0000 (11:42 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 2 Aug 2010 11:07:47 +0000 (13:07 +0200)
Makefile.in

index 891c4c306c0f66f419aa16f6a677c72b502e91bd..e8ae7beca8ab92014b666b1f666893ab2ccdbbdd 100644 (file)
@@ -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)