summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25 10:56:14 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25 11:05:51 +0000
commit2cc591c7b55a1d3e8f667871b0ddf216d81d6b47 (patch)
tree63af7a1ca162b53024b1ff3535c526567a309558 /configure.ac
parent79b7c596a994dd426807281c3c34d8cb6bc12e5f (diff)
Don't instantiate Automake makefiles
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac26
1 files changed, 1 insertions, 25 deletions
diff --git a/configure.ac b/configure.ac
index 5ecf2d952..e5fa2437a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -358,29 +358,5 @@ AC_SUBST(tarFlags)
AC_CONFIG_HEADER([config.h])
-AC_CONFIG_FILES([Makefile
- src/Makefile
- src/boost/Makefile
- src/boost/format/Makefile
- src/libutil/Makefile
- src/libstore/Makefile
- src/libmain/Makefile
- src/nix-store/Makefile
- src/nix-hash/Makefile
- src/libexpr/Makefile
- src/nix-instantiate/Makefile
- src/nix-env/Makefile
- src/nix-daemon/Makefile
- src/nix-log2xml/Makefile
- src/bsdiff-4.3/Makefile
- perl/Makefile
- scripts/Makefile
- corepkgs/Makefile
- doc/Makefile
- doc/manual/Makefile
- misc/Makefile
- misc/emacs/Makefile
- tests/Makefile
- Makefile.config
- ])
+AC_CONFIG_FILES([])
AC_OUTPUT