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
This commit is contained in:
Raja R Harinath
1998-02-14 17:40:00 +00:00
parent 11202dff7a
commit 8bd27da273
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1998-02-14 Raja R Harinath <harinath@cs.umn.edu>
* 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 <cwryu@adam.kaist.ac.kr>
* autogen.sh: multilple aclocal -I directories.

View File

@ -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/%)" > $@