Drop build time dependency on the static executables. --- a/src/Makefile.in 2018-11-25 20:27:10.691508925 +0100 +++ b/src/Makefile.in 2018-11-25 20:27:43.565631413 +0100 @@ -34,8 +34,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -bin_PROGRAMS = rjungle$(EXEEXT) rjungle_static$(EXEEXT) \ - rjunglesparse$(EXEEXT) rjunglesparse_static$(EXEEXT) +bin_PROGRAMS = rjungle$(EXEEXT) rjunglesparse$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 'get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2018-06-09pull: Install the new Guix in a profile....Ludovic Courtès
2018-01-28guix: Let Emacs detect “scripts/guix.in” appropriate mode....Mathieu Lirzin
2018-01-23guix: Refactor script....Mathieu Lirzin
2018-01-23build: Expand ‘scripts/guix’ at Make time....Mathieu Lirzin