From: Tom Tromey Date: Sun, 12 Nov 1995 19:16:04 +0000 (+0000) Subject: (Makefile): Don't assume subdir is 'src' X-Git-Tag: Release-0-25~411 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=c867467c44c228d4b17c2cdee121c1a972bdd326;p=automake.git (Makefile): Don't assume subdir is 'src' --- diff --git a/remake-subd.am b/remake-subd.am index c5b9d803..fecb80c8 100644 --- a/remake-subd.am +++ b/remake-subd.am @@ -1,3 +1,3 @@ Makefile: ../config.status Makefile.in - cd ..; CONFIG_FILES=src/$@ CONFIG_HEADERS= ./config.status + cd ..; CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status