From bc2e8b7398432106e0bd3edf9350c507b4a9ee1a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 16 Nov 1995 17:28:29 +0000 Subject: [PATCH] (Makefile.in): Bug fix. --- remake-subd.am | 2 +- remake.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/remake-subd.am b/remake-subd.am index a753af7..148623c 100644 --- a/remake-subd.am +++ b/remake-subd.am @@ -1,5 +1,5 @@ $(srcdir)/Makefile.in: Makefile.am - cd $(top_srcdir) && automake + cd $(top_srcdir) && automake $(subdir)/Makefile Makefile: ../config.status Makefile.in cd ..; CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status diff --git a/remake.am b/remake.am index a8ddc25..d088e1c 100644 --- a/remake.am +++ b/remake.am @@ -1,5 +1,5 @@ $(srcdir)/Makefile.in: Makefile.am - cd $(srcdir); automake + cd $(srcdir); automake Makefile.am # For an explanation of the following Makefile rules, see node # `Automatic Remaking' in GNU Autoconf documentation. -- 2.7.4