]> sourceware.org Git - automake.git/commitdiff
(Makefile): Don't assume subdir is 'src'
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 19:16:04 +0000 (19:16 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 19:16:04 +0000 (19:16 +0000)
remake-subd.am

index c5b9d803417926c178c670f42955a7b2e97dcac3..fecb80c8e8b3fd52fbe462516bfd85966565bcd5 100644 (file)
@@ -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
 
This page took 0.027821 seconds and 5 git commands to generate.