From 9f691be3d49840690f7d3a22e81e6fd3e03f0900 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 24 Nov 2017 00:49:48 +0100 Subject: make: fix "make distclean" Fixes #2097 Closes #2108 --- Makefile.am | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d225a09ec..8e5ef9110 100644 --- a/Makefile.am +++ b/Makefile.am @@ -217,15 +217,6 @@ examples: check-docs: @(cd docs/libcurl; $(MAKE) check) -# This is a hook to have 'make clean' also clean up the docs and the tests -# dir. The extra check for the Makefiles being present is necessary because -# 'make distcheck' will make clean first in these directories _before_ it runs -# this hook. -clean-local: - @(if test -f tests/Makefile; then cd tests; $(MAKE) clean; fi) - @(if test -f docs/Makefile; then cd docs; $(MAKE) clean; fi) - -# # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros # must contain the following line: # %_topdir /home/loic/local/rpm -- cgit v1.2.1