diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-08-21 18:14:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-08-21 18:14:57 +0200 |
commit | ab77686565478e9e66fd1cf0b3f73d08843af04b (patch) | |
tree | d808ea5cf917017633c4e45356bc38202944aa33 /Makefile.am | |
parent | fc484f605cf3fc1be1206bb3d6637d0ca264ddea (diff) | |
download | guix-ab77686565478e9e66fd1cf0b3f73d08843af04b.tar.gz |
distro: Add GNU Make.
* distro/base.scm (gnu-make): New variable. * distro/make-impure-dirs.patch: New file. * Makefile.am (nobase_dist_guilemodule_DATA): 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 b6203eff70..a18695c009 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ nobase_dist_guilemodule_DATA = \ distro/guile-1.8-cpp-4.5.patch \ distro/m4-readlink-EINVAL.patch \ distro/m4-s_isdir.patch \ + distro/make-impure-dirs.patch \ distro/readline-link-ncurses.patch nobase_nodist_guilemodule_DATA = $(GOBJECTS) |