From 8bd27da27373a135bbbed78a8361cabdbf1b0d9a Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Sat, 14 Feb 1998 17:40:00 +0000 Subject: Put back doubled `$'. We want the expansion to occur in the including * Makefile.am (macros.dep): Put back doubled `$'. We want the expansion to occur in the including Makefile, not here. Otherwise, there will be an extra `../' in the rule. - Hari svn path=/trunk/; revision=34 --- macros/ChangeLog | 6 ++++++ macros/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/macros/ChangeLog b/macros/ChangeLog index 41185a4351..d04c66f6bb 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,9 @@ +1998-02-14 Raja R Harinath + + * Makefile.am (macros.dep): Put back doubled `$'. We want the + expansion to occur in the including Makefile, not here. + Otherwise, there will be an extra `../' in the rule. + Sat Feb 14 17:41:28 KST 1998 Changwoo Ryu * autogen.sh: multilple aclocal -I directories. diff --git a/macros/Makefile.am b/macros/Makefile.am index 6a6a609edc..0a3dab7047 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -7,4 +7,4 @@ EXTRA_DIST=$(MACROS) autogen.sh MAINTAINERCLEANFILES=macros.dep @MAINT@macros.dep: Makefile.am -@MAINT@ @echo "$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)" > $@ +@MAINT@ @echo "$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)" > $@ -- cgit v1.2.3