From b41319bde360a854ed2f0e997812a0c95c3d676f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Tue, 1 Dec 2015 21:26:35 +0000 Subject: autotools: Fix g212f2f1 Change-Id: If7185885faea2319fdce4d89a7a9bf40312bcfa6 Reviewed-on: https://code.wireshark.org/review/12346 Reviewed-by: Guy Harris --- wsutil/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsutil') diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am index 4d14a095e9..f8c3f2bfb2 100644 --- a/wsutil/Makefile.am +++ b/wsutil/Makefile.am @@ -145,7 +145,7 @@ maintainer-clean-local: clean-dumpabi-libwsutil .PHONY: clean-dumpabi-libwsutil clean-dumpabi-libwsutil: - rm -rf rm -rf abi-check-headers abi_dumps .libs/*.abi.tar.gz abi_logs abi-descriptor.xml + rm -rf abi-check-headers abi_dumps .libs/*.abi.tar.gz abi_logs abi-descriptor.xml checkapi: $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g termoutput -build \ -- cgit v1.2.1