From c867467c44c228d4b17c2cdee121c1a972bdd326 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 12 Nov 1995 19:16:04 +0000 Subject: [PATCH] (Makefile): Don't assume subdir is 'src' --- remake-subd.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.5