--- ./lib/Makefile.in.00 1999-07-07 10:25:49.000000000 +0200 +++ ./lib/Makefile.in 2009-10-26 12:00:48.000000000 +0100 @@ -165,9 +165,6 @@ all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .o .s .y -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps lib/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status --- ./src/Makefile.in.00 1999-07-07 10:25:54.000000000 +0200 +++ ./src/Makefile.in 2009-10-26 11:59:09.000000000 +0100 @@ -166,9 +166,6 @@ all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .o .s -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps src/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status --- ./Makefile.am.00 1999-07-03 02:42:22.000000000 +0200 +++ ./Makefile.am 2009-10-26 12:01:40.000000000 +0100 @@ -21,7 +21,7 @@ BABYL = rmail/* admin/*/RMAIL EXTRA_DIST = PORTS rebox.el ACLOCAL_AMFLAGS = -SUBDIRS = doc lib intl m4 src scripts po tests +SUBDIRS = lib src all-local: $(CONFIG_HEADER) --- ./Makefile.in.00 2009-10-26 11:47:10.000000000 +0100 +++ ./Makefile.in 2009-10-26 12:02:05.000000000 +0100 @@ -115,7 +115,7 @@ BABYL = rmail/* admin/*/RMAIL EXTRA_DIST = PORTS rebox.el ACLOCAL_AMFLAGS = -SUBDIRS = doc lib intl m4 src scripts po tests +SUBDIRS = lib src # This is a bit of a hack; there must be a better way. M4DIR = $(srcdir)/m4 @@ -137,9 +137,6 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status