summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-04-19 23:24:58 +0200
committerAndreas Gruenbacher <agruen@suse.de>2010-04-19 23:35:22 +0200
commit3b60c20c176ab820a0c8bacc8084eb289284fcf0 (patch)
tree1ddd727ebf600400247cb088f94adf6824d1221b
parent02ee1d4e016e1efd9d8c42e3c524384a315bfd73 (diff)
downloadpatch-3b60c20c176ab820a0c8bacc8084eb289284fcf0.tar.gz
Fix "make dist"
* src/Makefile.am (patch_SOURCES): Remove the obsolete diffseq.h to fix "make dist".
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 876ed19..14f83d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-19 Ludovic Courtès <ludo@gnu.org>
+
+ * src/Makefile.am (patch_SOURCES): Remove the obsolete diffseq.h to
+ fix "make dist".
+
2010-04-18 Andreas Gruenbacher <agruen@suse.de>
* Globally rename type LINENUM to lin (as in diffutils).
diff --git a/src/Makefile.am b/src/Makefile.am
index 6d253d7..f424415 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,7 +20,6 @@ bin_PROGRAMS = patch
patch_SOURCES = \
bestmatch.h \
common.h \
- diffseq.h \
inp.c \
inp.h \
maketime.c \