From 9764cd0a830e87c8acf13b4d494ea7fe4df72f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 15 Oct 2017 14:35:06 +0100 Subject: autotools: make maintainer-clean should allow rerunning 'configure' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iedae94ffefe27b13b1967d69cacb757b5aa4576d Reviewed-on: https://code.wireshark.org/review/23928 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- epan/dissectors/Makefile.am | 3 +-- epan/dissectors/asn1/Makefile.am | 3 --- epan/dissectors/asn1/Makefile.inc | 3 --- epan/dissectors/dcerpc/Makefile.am | 3 --- 4 files changed, 1 insertion(+), 11 deletions(-) (limited to 'epan/dissectors') diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am index a311ee4272..3e25f62775 100644 --- a/epan/dissectors/Makefile.am +++ b/epan/dissectors/Makefile.am @@ -1985,8 +1985,7 @@ DISTCLEANFILES = \ register.c MAINTAINERCLEANFILES = \ - $(GENERATED_FILES) \ - Makefile.in + $(GENERATED_FILES) checkapi: $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput -build \ diff --git a/epan/dissectors/asn1/Makefile.am b/epan/dissectors/asn1/Makefile.am index a45bd98724..191608a734 100644 --- a/epan/dissectors/asn1/Makefile.am +++ b/epan/dissectors/asn1/Makefile.am @@ -137,6 +137,3 @@ DIST_SUBDIRS = $(SUBDIRS) $(DONT_BUILD_SUBDIRS) EXTRA_DIST = \ CMakeLists.txt \ Makefile.inc - -MAINTAINERCLEANFILES = \ - Makefile.in diff --git a/epan/dissectors/asn1/Makefile.inc b/epan/dissectors/asn1/Makefile.inc index c6a82df6ac..129120aaa1 100644 --- a/epan/dissectors/asn1/Makefile.inc +++ b/epan/dissectors/asn1/Makefile.inc @@ -59,6 +59,3 @@ CLEANFILES = \ parsetab.pyc \ *-exp.cnf \ packet-*-{dis-tab,ettarr,ett,exp,fn,hfarr,hf,table*,val}.[hc] - -MAINTAINERCLEANFILES = \ - Makefile.in diff --git a/epan/dissectors/dcerpc/Makefile.am b/epan/dissectors/dcerpc/Makefile.am index 0c0abfdf6a..9087cff5da 100644 --- a/epan/dissectors/dcerpc/Makefile.am +++ b/epan/dissectors/dcerpc/Makefile.am @@ -42,9 +42,6 @@ EXTRA_DIST = \ drsuapi/packet-dcerpc-drsuapi-template.c \ drsuapi/packet-dcerpc-drsuapi-template.h -MAINTAINERCLEANFILES = \ - Makefile.in - bin_PROGRAMS = idl2wrs idl2wrs_SOURCES = idl2wrs.c -- cgit v1.2.3