diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-06-17 01:18:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-06-17 01:18:09 +0200 |
commit | 5686807ee9b0352931c2d0394885f5b43d53bcf1 (patch) | |
tree | dacbeb7f8b692a424b52e2fdcec5911aa6f1c697 | |
parent | b1b07d72c755ea314fb0c8333cd88293ee504ce4 (diff) | |
download | guix-5686807ee9b0352931c2d0394885f5b43d53bcf1.tar guix-5686807ee9b0352931c2d0394885f5b43d53bcf1.tar.gz |
build: Remove non-existent git.scm from Makefile.am.
* Makefile.am (MODULES): Remove git.scm.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d7f6341b00..8db02e7a2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,6 @@ MODULES = \ gnu/packages/gdbm.scm \ gnu/packages/gettext.scm \ gnu/packages/ghostscript.scm \ - gnu/packages/git.scm \ gnu/packages/glib.scm \ gnu/packages/global.scm \ gnu/packages/gnupg.scm \ |