commit | b96c43892a9e89dfa61834505bb25357e80287da | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Thu Jan 24 17:45:07 2019 -0500 |
committer | James E. King III <jking@apache.org> | Fri Jan 25 23:33:54 2019 -0500 |
tree | 02bbf30d80e6f6ef8c76bc67ad20b90331b6de9d | |
parent | 8935c98046dbbdd36ede73c1525f1be9df8da5cd [diff] [blame] |
THRIFT-4717: fix up make clean with autoconf
diff --git a/lib/d/Makefile.am b/lib/d/Makefile.am index 2a81218..4787e0a 100644 --- a/lib/d/Makefile.am +++ b/lib/d/Makefile.am
@@ -141,9 +141,13 @@ install-exec-local: $(INSTALL_PROGRAM) $(all_targets) $(DESTDIR)$(libdir) - clean-local: - $(RM) -rf docs $(D_LIB_NAME) $(D_EVENT_LIB_NAME) $(D_SSL_LIB_NAME) unittest + $(RM) -r docs + $(RM) $(D_LIB_NAME) + $(RM) $(D_EVENT_LIB_NAME) + $(RM) $(D_SSL_LIB_NAME) + $(RM) -r test/gen-d + $(RM) -r unittest #