mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
(wget_files): Remove ansi2knr.c.
(ansi2knr.c-url_prefix): Remove.
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
# -*-Makefile-*-
|
# -*-Makefile-*-
|
||||||
# This Makefile fragment is shared between fileutils, sh-utils, textutils,
|
# This Makefile fragment is shared between Autoconf and Bison.
|
||||||
# CPPI, Bison, and Autoconf.
|
|
||||||
|
|
||||||
## Copyright 2001 Free Software Foundation, Inc.
|
## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify
|
## This program is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of the GNU General Public License as published by
|
## it under the terms of the GNU General Public License as published by
|
||||||
@@ -81,15 +80,12 @@ po-update:
|
|||||||
# with each of the files that belongs to some other package and is
|
# with each of the files that belongs to some other package and is
|
||||||
# regularly updated from the specified URL.
|
# regularly updated from the specified URL.
|
||||||
wget_files ?= $(srcdir)/config.guess $(srcdir)/config.sub \
|
wget_files ?= $(srcdir)/config.guess $(srcdir)/config.sub \
|
||||||
$(srcdir)/src/ansi2knr.c \
|
|
||||||
$(srcdir)/doc/texinfo.tex
|
$(srcdir)/doc/texinfo.tex
|
||||||
wget-targets = $(patsubst %, get-%, $(wget_files))
|
wget-targets = $(patsubst %, get-%, $(wget_files))
|
||||||
|
|
||||||
config.guess-url_prefix = $(ftp-gnu)/config/
|
config.guess-url_prefix = $(ftp-gnu)/config/
|
||||||
config.sub-url_prefix = $(ftp-gnu)/config/
|
config.sub-url_prefix = $(ftp-gnu)/config/
|
||||||
|
|
||||||
ansi2knr.c-url_prefix = ftp://ftp.cs.wisc.edu/ghost/
|
|
||||||
|
|
||||||
texinfo.tex-url_prefix = $(ftp-gnu)/texinfo/
|
texinfo.tex-url_prefix = $(ftp-gnu)/texinfo/
|
||||||
|
|
||||||
standards.texi-url_prefix = $(ftp-gnu)/GNUinfo/
|
standards.texi-url_prefix = $(ftp-gnu)/GNUinfo/
|
||||||
|
|||||||
Reference in New Issue
Block a user