You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							61 lines
						
					
					
						
							2.2 KiB
						
					
					
				
			
		
		
	
	
							61 lines
						
					
					
						
							2.2 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
# | 
						|
# Filename: package/.../embutils/diffutils_no_cmp.diff | 
						|
# Copyright (C) 2004 - 2006 The T2 SDE Project | 
						|
# | 
						|
# More information can be found in the files COPYING and README. | 
						|
# | 
						|
# This patch file is dual-licensed. It is available under the license the | 
						|
# patched project is licensed under, as long as it is an OpenSource license | 
						|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | 
						|
# of the GNU General Public License as published by the Free Software | 
						|
# Foundation; either version 2 of the License, or (at your option) any later | 
						|
# version. | 
						|
# --- SDE-COPYRIGHT-NOTE-END --- | 
						|
--- ./man/Makefile.in.orig	2005-11-10 20:58:00.000000000 -0300 | 
						|
+++ ./man/Makefile.in	2005-11-10 21:00:00.000000000 -0300 | 
						|
@@ -108,7 +108,7 @@ | 
						|
 am__quote = @am__quote@ | 
						|
 install_sh = @install_sh@ | 
						|
  | 
						|
-dist_man_MANS = cmp.1 diff.1 diff3.1 sdiff.1 | 
						|
+dist_man_MANS = diff.1 diff3.1 sdiff.1 | 
						|
 MAINTAINERCLEANFILES = $(dist_man_MANS) | 
						|
  | 
						|
 S = $(top_srcdir)/src | 
						|
--- ./src/Makefile.in.orig	2005-11-10 20:58:08.000000000 -0300 | 
						|
+++ ./src/Makefile.in	2005-11-10 20:59:31.000000000 -0300 | 
						|
@@ -108,7 +108,7 @@ | 
						|
 am__quote = @am__quote@ | 
						|
 install_sh = @install_sh@ | 
						|
  | 
						|
-bin_PROGRAMS = cmp diff diff3 sdiff | 
						|
+bin_PROGRAMS = diff diff3 sdiff | 
						|
  | 
						|
 noinst_HEADERS = diff.h system.h | 
						|
  | 
						|
@@ -133,7 +133,7 @@ | 
						|
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs | 
						|
 CONFIG_HEADER = $(top_builddir)/config.h | 
						|
 CONFIG_CLEAN_FILES = | 
						|
-bin_PROGRAMS = cmp$(EXEEXT) diff$(EXEEXT) diff3$(EXEEXT) sdiff$(EXEEXT) | 
						|
+bin_PROGRAMS = diff$(EXEEXT) diff3$(EXEEXT) sdiff$(EXEEXT) | 
						|
 PROGRAMS = $(bin_PROGRAMS) | 
						|
  | 
						|
 am_cmp_OBJECTS = cmp.$(OBJEXT) version.$(OBJEXT) | 
						|
@@ -176,12 +176,12 @@ | 
						|
 CCLD = $(CC) | 
						|
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | 
						|
 CFLAGS = @CFLAGS@ | 
						|
-DIST_SOURCES = $(cmp_SOURCES) $(diff_SOURCES) $(diff3_SOURCES) \ | 
						|
+DIST_SOURCES = $(diff_SOURCES) $(diff3_SOURCES) \ | 
						|
 	$(sdiff_SOURCES) | 
						|
 HEADERS = $(noinst_HEADERS) | 
						|
  | 
						|
 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in | 
						|
-SOURCES = $(cmp_SOURCES) $(diff_SOURCES) $(diff3_SOURCES) $(sdiff_SOURCES) | 
						|
+SOURCES = $(diff_SOURCES) $(diff3_SOURCES) $(sdiff_SOURCES) | 
						|
  | 
						|
 all: all-am | 
						|
 
 | 
						|
 |