From 732056e3d3a35fad43515d5d7a87dc8572ae097e Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 30 Jan 2017 11:04:16 +0100 Subject: btrfs-progs: build: split makefile to generated and stable parts It's not really necessary to configure and regenerate Makefiles in cases like adding a new source file. The build environment and optional features are not affected by that. Signed-off-by: David Sterba --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b08bfe60..30055f85 100644 --- a/configure.ac +++ b/configure.ac @@ -198,7 +198,7 @@ AC_SUBST([LIBBTRFS_PATCHLEVEL]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ -Makefile +Makefile.inc Documentation/Makefile version.h ]) -- cgit v1.2.3