diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T10·56+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T11·05+0000 |
commit | 2cc591c7b55a1d3e8f667871b0ddf216d81d6b47 (patch) | |
tree | 63af7a1ca162b53024b1ff3535c526567a309558 /configure.ac | |
parent | 79b7c596a994dd426807281c3c34d8cb6bc12e5f (diff) |
Don't instantiate Automake makefiles
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/configure.ac b/configure.ac index 5ecf2d952959..e5fa2437a389 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 |