1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../embutils/diffutils_no_cmp.diff
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- ./man/Makefile.in.orig 2005-11-10 20:58:00.000000000 -0300
17 +++ ./man/Makefile.in 2005-11-10 21:00:00.000000000 -0300
19 am__quote = @am__quote@
20 install_sh = @install_sh@
22 -dist_man_MANS = cmp.1 diff.1 diff3.1 sdiff.1
23 +dist_man_MANS = diff.1 diff3.1 sdiff.1
24 MAINTAINERCLEANFILES = $(dist_man_MANS)
27 --- ./src/Makefile.in.orig 2005-11-10 20:58:08.000000000 -0300
28 +++ ./src/Makefile.in 2005-11-10 20:59:31.000000000 -0300
30 am__quote = @am__quote@
31 install_sh = @install_sh@
33 -bin_PROGRAMS = cmp diff diff3 sdiff
34 +bin_PROGRAMS = diff diff3 sdiff
36 noinst_HEADERS = diff.h system.h
39 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
40 CONFIG_HEADER = $(top_builddir)/config.h
42 -bin_PROGRAMS = cmp$(EXEEXT) diff$(EXEEXT) diff3$(EXEEXT) sdiff$(EXEEXT)
43 +bin_PROGRAMS = diff$(EXEEXT) diff3$(EXEEXT) sdiff$(EXEEXT)
44 PROGRAMS = $(bin_PROGRAMS)
46 am_cmp_OBJECTS = cmp.$(OBJEXT) version.$(OBJEXT)
49 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
51 -DIST_SOURCES = $(cmp_SOURCES) $(diff_SOURCES) $(diff3_SOURCES) \
52 +DIST_SOURCES = $(diff_SOURCES) $(diff3_SOURCES) \
54 HEADERS = $(noinst_HEADERS)
56 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
57 -SOURCES = $(cmp_SOURCES) $(diff_SOURCES) $(diff3_SOURCES) $(sdiff_SOURCES)
58 +SOURCES = $(diff_SOURCES) $(diff3_SOURCES) $(sdiff_SOURCES)