mirror of the now-defunct rocklinux.org
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.

50 lines
2.2 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/dietlibc/pkg_patch/pkg_sed.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./lib/Makefile.in~ Tue Mar 18 17:56:06 2003
  23. +++ ./lib/Makefile.in Sat Apr 19 19:39:31 2003
  24. @@ -170,7 +170,7 @@
  25. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  26. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  27. am__depfiles_maybe = depfiles
  28. -@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/getline.Po \
  29. +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po \
  30. @AMDEP_TRUE@ $(DEPDIR)/memchr.Po $(DEPDIR)/memcmp.Po \
  31. @AMDEP_TRUE@ $(DEPDIR)/memmove.Po $(DEPDIR)/mkstemp.Po \
  32. @AMDEP_TRUE@ $(DEPDIR)/obstack.Po $(DEPDIR)/regex.Po \
  33. @@ -185,7 +185,7 @@
  34. HEADERS = $(noinst_HEADERS)
  35. DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in alloca.c \
  36. - getline.c memchr.c memcmp.c memmove.c mkstemp.c obstack.c \
  37. + memchr.c memcmp.c memmove.c mkstemp.c obstack.c \
  38. obstack.h regex.c strerror.c strverscmp.c
  39. SOURCES = $(libsed_a_SOURCES)
  40. @@ -215,7 +215,6 @@
  41. -rm -f *.tab.c
  42. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
  43. -@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Po@am__quote@
  44. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
  45. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@
  46. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memmove.Po@am__quote@