[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
master
Josh Berdine 6 years ago committed by Facebook Github Bot
parent 571ae7774a
commit 2b5bbcb784

@ -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/

Loading…
Cancel
Save