Wireshark-bugs: [Wireshark-bugs] [Bug 5150] New: remove Makefile.in in asn1/ directories when do
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5150
Summary: remove Makefile.in in asn1/ directories when doing
maintainer-clean
Product: Wireshark
Version: 1.2.10
Platform: Other
OS/Version: Debian
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: doj@xxxxxxxxx
Build Information:
related to UN*X Wireshark development.
--
When do a "make maintainer-clean" the Makefile.in are not removed from
directories below asn1/. The following patch fixes that:
Index: asn1/Makefile.inc
===================================================================
--- asn1/Makefile.inc
+++ asn1/Makefile.inc
@@ -54,3 +54,5 @@
*-exp.cnf \
packet-*-{dis-tab,ettarr,ett,fn,hfarr,hf,table*,val,exp}.[hc]
+MAINTAINERCLEANFILES = \
+ Makefile.in
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.