|
--- ./lib/Makefile.in.orig 2004-08-12 21:39:45.757782264 +0200
|
|
+++ ./lib/Makefile.in 2004-08-12 21:42:39.214412848 +0200
|
|
@@ -41,7 +41,7 @@
|
|
subdir = lib
|
|
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
|
|
$(srcdir)/Makefile.in $(srcdir)/regex_.h $(srcdir)/stdbool_.h \
|
|
- alloca.c getline.c memchr.c memcmp.c memmove.c mkstemp.c \
|
|
+ alloca.c memchr.c memcmp.c memmove.c mkstemp.c \
|
|
obstack.c obstack.h regex.c strerror.c strverscmp.c
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/config/codeset.m4 \
|
|
@@ -68,7 +68,7 @@
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
|
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
-@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/getline.Po \
|
|
+@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po \
|
|
@AMDEP_TRUE@ $(DEPDIR)/memchr.Po $(DEPDIR)/memcmp.Po \
|
|
@AMDEP_TRUE@ $(DEPDIR)/memmove.Po $(DEPDIR)/mkstemp.Po \
|
|
@AMDEP_TRUE@ $(DEPDIR)/obstack.Po $(DEPDIR)/regex.Po \
|
|
@@ -259,7 +259,6 @@
|
|
-rm -f *.tab.c
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
|
|
-@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memmove.Po@am__quote@
|