summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 9b19faa..4538bf2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
# Makefile for GNU patch.
-# Copyright (C) 1993, 1997, 1998, 1999, 2001, 2002, 2003 Free Software
+# Copyright (C) 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2006 Free Software
# Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.
# If not, write to the Free Software Foundation,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#### Start of system configuration section. ####
@@ -62,12 +62,12 @@ CONFIG_STATUS = config.status
SHELL = /bin/sh
-LIBSRCS = error.c hash.c malloc.c memchr.c \
+LIBSRCS = error.c malloc.c memchr.c \
realloc.c strcasecmp.c strncasecmp.c
SRCS = $(LIBSRCS) \
addext.c argmatch.c backupfile.c \
basename.c dirname.c exitfail.c \
- getopt.c getopt1.c inp.c \
+ getopt.c getopt1.c hash.c inp.c \
maketime.c partime.c \
patch.c pch.c \
quote.c quotearg.c quotesys.c \
@@ -212,11 +212,13 @@ backupfile.$(OBJEXT): argmatch.h backupfile.h dirname.h
basename.$(OBJEXT): dirname.h
dirname.$(OBJEXT): dirname.h xalloc.h
error.$(OBJEXT): error.h gettext.h unlocked-io.h
+exitfail.$(OBJEXT): exitfail.h
getopt.$(OBJEXT) getopt1.$(OBJEXT): getopt.h
+hash.$(OBJEXT): hash.h
inp.$(OBJEXT): backupfile.h $(COMMON) inp.h pch.h quotearg.h util.h xalloc.h
maketime.$(OBJEXT): maketime.h partime.h
partime.$(OBJEXT): partime.h
-patch.$(OBJEXT): argmatch.h backupfile.h $(COMMON) getopt.h inp.h \
+patch.$(OBJEXT): argmatch.h backupfile.h $(COMMON) exitfail.h getopt.h inp.h \
pch.h quotearg.h util.h version.h xalloc.h
pch.$(OBJEXT): backupfile.h $(COMMON) dirname.h inp.h pch.h quotearg.h util.h
quote.$(OBJECT): quote.h quotearg.h
@@ -226,4 +228,4 @@ strncasecmp.$(OBJEXT): strcasecmp.c
util.$(OBJEXT): backupfile.h $(COMMON) dirname.h maketime.h \
partime.h quotearg.h quotesys.h timespec.h util.h version.h xalloc.h
version.$(OBJEXT): $(COMMON) version.h
-xmalloc.$(OBJEXT): error.h gettext.h xalloc.h
+xmalloc.$(OBJEXT): error.h exitfail.h gettext.h xalloc.h