build: Split Makefile.am into two parts.
authorLudovic Courtès <ludo@gnu.org>
Wed, 19 Jun 2013 21:19:03 +0000 (23:19 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 19 Jun 2013 21:19:03 +0000 (23:19 +0200)
commitd516736c588cc793d8fe393c8b64f96712d2c977
tree26faff10fb9c2d09f707e914cdd15fda4131e31f
parent9af05aa29d740f753484a1c37a562f4da2c789c3
build: Split Makefile.am into two parts.

* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
  (patchdir, dist_patch_DATA, bootstrapdir,
  bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
  dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
  nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
  install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
  gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
  gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here.  New file.
Makefile.am
gnu-system.am [new file with mode: 0644]