diff options
author | Andreas Enge <andreas@enge.fr> | 2015-03-06 22:45:47 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-03-07 10:45:47 +0100 |
commit | ed2b1c4f5583ebe850bedc0b275b03bdab7c9a84 (patch) | |
tree | ef17b6155d4916f0bfb9b481b44128d91f44c4af /gnu-system.am | |
parent | e2808a4ac678daf8aafe73406f46afd9937913c7 (diff) | |
download | patches-ed2b1c4f5583ebe850bedc0b275b03bdab7c9a84.tar patches-ed2b1c4f5583ebe850bedc0b275b03bdab7c9a84.tar.gz |
gnu: gcj: Move javac.in from a file in the distribution to an origin.
* gnu/packages/javac.in: Delete file.
* gnu-system.am (MISC_DISTRO_FILES): Delete.
* gnu/packages/gcc.scm (javac.in): New variable.
(gcj-4.8): Use it as an input.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index 9ac7f6cdbf..5d981cb8bf 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -558,8 +558,6 @@ dist_patch_DATA = \ gnu/packages/patches/xmodmap-asprintf.patch \ gnu/packages/patches/zathura-plugindir-environment-variable.patch -MISC_DISTRO_FILES = gnu/packages/javac.in - bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap bootstrap_x86_64_linuxdir = $(bootstrapdir)/x86_64-linux bootstrap_i686_linuxdir = $(bootstrapdir)/i686-linux |