OpenSDE Packages Database (without history before r20070)
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

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../embutils/diffutils_no_cmp.diff
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  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
  14. # version.
  15. # --- SDE-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
  18. @@ -108,7 +108,7 @@
  19. am__quote = @am__quote@
  20. install_sh = @install_sh@
  21. -dist_man_MANS = cmp.1 diff.1 diff3.1 sdiff.1
  22. +dist_man_MANS = diff.1 diff3.1 sdiff.1
  23. MAINTAINERCLEANFILES = $(dist_man_MANS)
  24. S = $(top_srcdir)/src
  25. --- ./src/Makefile.in.orig 2005-11-10 20:58:08.000000000 -0300
  26. +++ ./src/Makefile.in 2005-11-10 20:59:31.000000000 -0300
  27. @@ -108,7 +108,7 @@
  28. am__quote = @am__quote@
  29. install_sh = @install_sh@
  30. -bin_PROGRAMS = cmp diff diff3 sdiff
  31. +bin_PROGRAMS = diff diff3 sdiff
  32. noinst_HEADERS = diff.h system.h
  33. @@ -133,7 +133,7 @@
  34. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  35. CONFIG_HEADER = $(top_builddir)/config.h
  36. CONFIG_CLEAN_FILES =
  37. -bin_PROGRAMS = cmp$(EXEEXT) diff$(EXEEXT) diff3$(EXEEXT) sdiff$(EXEEXT)
  38. +bin_PROGRAMS = diff$(EXEEXT) diff3$(EXEEXT) sdiff$(EXEEXT)
  39. PROGRAMS = $(bin_PROGRAMS)
  40. am_cmp_OBJECTS = cmp.$(OBJEXT) version.$(OBJEXT)
  41. @@ -176,12 +176,12 @@
  42. CCLD = $(CC)
  43. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  44. CFLAGS = @CFLAGS@
  45. -DIST_SOURCES = $(cmp_SOURCES) $(diff_SOURCES) $(diff3_SOURCES) \
  46. +DIST_SOURCES = $(diff_SOURCES) $(diff3_SOURCES) \
  47. $(sdiff_SOURCES)
  48. HEADERS = $(noinst_HEADERS)
  49. DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
  50. -SOURCES = $(cmp_SOURCES) $(diff_SOURCES) $(diff3_SOURCES) $(sdiff_SOURCES)
  51. +SOURCES = $(diff_SOURCES) $(diff3_SOURCES) $(sdiff_SOURCES)
  52. all: all-am