summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-03-27 15:13:25 +0100
committerLudovic Courtès <ludo@gnu.org>2013-03-27 15:13:25 +0100
commite9c0b9446bf9b76448349dce1a026eb010038a67 (patch)
treeaba863928ff82f948336a6c26e3f38ecaf5ed6f5 /Makefile.am
parent785db4d877959c0b948859d19dff22384924fae4 (diff)
downloadguix-patches-e9c0b9446bf9b76448349dce1a026eb010038a67.tar
guix-patches-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.am1
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 \