From 1b06b7d2311be0f40cd5170130553065d64e1c4a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 14 Feb 1998 22:06:12 +0000 Subject: Use single quotes, not double quotes. Otherwise bash will interpret Sat Feb 14 12:45:35 1998 Tom Tromey * Makefile.am (macros.dep): Use single quotes, not double quotes. Otherwise bash will interpret `$(...)' incorrectly. (EXTRA_DIST): Include macros.dep in distribution. svn path=/trunk/; revision=35 --- macros/ChangeLog | 6 ++++++ macros/Makefile.am | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/macros/ChangeLog b/macros/ChangeLog index d04c66f6bb..c40333455d 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,9 @@ +Sat Feb 14 12:45:35 1998 Tom Tromey + + * Makefile.am (macros.dep): Use single quotes, not double quotes. + Otherwise bash will interpret `$(...)' incorrectly. + (EXTRA_DIST): Include macros.dep in distribution. + 1998-02-14 Raja R Harinath * Makefile.am (macros.dep): Put back doubled `$'. We want the diff --git a/macros/Makefile.am b/macros/Makefile.am index 0a3dab7047..8896eb18ab 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -3,8 +3,8 @@ MACROS= aclocal-include.m4 gnome-guile-checks.m4 \ gnome-objc-checks.m4 gnome-x-checks.m4 \ gnome-support.m4 gnome.m4 -EXTRA_DIST=$(MACROS) autogen.sh +EXTRA_DIST=$(MACROS) autogen.sh macros.dep 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