diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-09-19 14:07:13 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-19 17:28:46 +0200 |
commit | a08cb3ca951cf9ebdea5258e6c34e2664877c363 (patch) | |
tree | 77ef57a987fafb0666d2255b834719b2db92aec2 /Makefile.am | |
parent | 49a1203d67a90a6a7ce4e4537697a6da96ceb213 (diff) | |
download | guix-a08cb3ca951cf9ebdea5258e6c34e2664877c363.tar.gz |
Remove (guix build rpath).
This file was unused and is now superseded by (guix build gremlin). * guix/build/rpath.scm: Remove. * Makefile.am (MODULES): Remove it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8e91e1e558..09eaaf36e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,7 +202,6 @@ MODULES = \ guix/build/union.scm \ guix/build/profiles.scm \ guix/build/compile.scm \ - guix/build/rpath.scm \ guix/build/cvs.scm \ guix/build/svn.scm \ guix/build/syscalls.scm \ |