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.

28 lines
1.3 KiB

  1. --- ./lib/Makefile.in.orig 2004-08-12 21:39:45.757782264 +0200
  2. +++ ./lib/Makefile.in 2004-08-12 21:42:39.214412848 +0200
  3. @@ -41,7 +41,7 @@
  4. subdir = lib
  5. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  6. $(srcdir)/Makefile.in $(srcdir)/regex_.h $(srcdir)/stdbool_.h \
  7. - alloca.c getline.c memchr.c memcmp.c memmove.c mkstemp.c \
  8. + alloca.c memchr.c memcmp.c memmove.c mkstemp.c \
  9. obstack.c obstack.h regex.c strerror.c strverscmp.c
  10. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  11. am__aclocal_m4_deps = $(top_srcdir)/config/codeset.m4 \
  12. @@ -68,7 +68,7 @@
  13. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  14. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  15. am__depfiles_maybe = depfiles
  16. -@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/getline.Po \
  17. +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po \
  18. @AMDEP_TRUE@ $(DEPDIR)/memchr.Po $(DEPDIR)/memcmp.Po \
  19. @AMDEP_TRUE@ $(DEPDIR)/memmove.Po $(DEPDIR)/mkstemp.Po \
  20. @AMDEP_TRUE@ $(DEPDIR)/obstack.Po $(DEPDIR)/regex.Po \
  21. @@ -259,7 +259,6 @@
  22. -rm -f *.tab.c
  23. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
  24. -@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Po@am__quote@
  25. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
  26. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@
  27. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memmove.Po@am__quote@