From 9cec49b28308fc8e69d7986bb60aba5b0f24bf39 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sat, 2 Jul 2011 00:35:10 -0300 Subject: build: Rename configfiles option to datafiles Instead of passing --[disable|enable]-configfiles, now we use --[disable|enable]-datafiles as not all of the files are installed for configuration but are rather data files. --- Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tools') diff --git a/Makefile.tools b/Makefile.tools index bec10b54c..1cd8c9eff 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -1,6 +1,6 @@ if TOOLS -if CONFIGFILES +if DATAFILES conf_DATA += tools/rfcomm.conf endif -- cgit v1.2.1