diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-03-27 15:13:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-03-27 15:13:25 +0100 |
commit | e9c0b9446bf9b76448349dce1a026eb010038a67 (patch) | |
tree | aba863928ff82f948336a6c26e3f38ecaf5ed6f5 /Makefile.am | |
parent | 785db4d877959c0b948859d19dff22384924fae4 (diff) | |
download | guix-e9c0b9446bf9b76448349dce1a026eb010038a67.tar guix-e9c0b9446bf9b76448349dce1a026eb010038a67.tar.gz |
gnu: Move GCC to its own module.
* gnu/packages/base.scm (gcc-4.7): Move to...
* gnu/packages/gcc.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 706c00e8b3..022c9a9afe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,7 @@ MODULES = \ gnu/packages/flex.scm \ gnu/packages/fontutils.scm \ gnu/packages/gawk.scm \ + gnu/packages/gcc.scm \ gnu/packages/gdb.scm \ gnu/packages/gdbm.scm \ gnu/packages/gettext.scm \ |