From 2b5bbcb78460b3be460319584c205882e0c67864 Mon Sep 17 00:00:00 2001 From: Josh Berdine Date: Mon, 24 Jun 2019 07:01:52 -0700 Subject: [PATCH] [build] Do not remove Makefile.config in conf-clean Summary: Makefile.config is checked in, don't clean it. Reviewed By: jvillard Differential Revision: D15964240 fbshipit-source-id: bac38317e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1356895e9..4dad4b521 100644 --- a/Makefile +++ b/Makefile @@ -767,7 +767,7 @@ conf-clean: clean $(REMOVE) $(PYTHON_DIR)/inferlib/*.pyc $(REMOVE) $(PYTHON_DIR)/inferlib/*/*.pyc $(REMOVE) .buckversion - $(REMOVE) Makefile.config + $(REMOVE) Makefile.autoconf $(REMOVE) acinclude.m4 $(REMOVE) aclocal.m4 $(REMOVE_DIR) autom4te.cache/