* scripts/Makefile.am ($(bin_SCRIPTS)): Depend on Makefile, so
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 15 Feb 2005 12:53:23 +0000 (12:53 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 15 Feb 2005 12:53:23 +0000 (12:53 -0000)
that it picks up any changes in $prefix.
($(bin2_SCRIPTS)): Likewise.

svn path=/trunk/mono/; revision=40696

ChangeLog
scripts/Makefile.am

index 3ed8180781be81e679ab1c143f4de2be877cd0e1..60ab006ff66229671f2ac614b05705d2a9a0ab7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-15  Raja R Harinath  <rharinath@novell.com>
+
+       * scripts/Makefile.am ($(bin_SCRIPTS)): Depend on Makefile, so
+       that it picks up any changes in $prefix.
+       ($(bin2_SCRIPTS)): Likewise.
+
 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
 
        * scripts/dtd2xsd: Remove generated file from SVN.
index d42686509f09a48caf85c8c8ce963d0585bb74df..51a22c87386bb03a2ac6666732f7ac7e55ef5064 100644 (file)
@@ -66,11 +66,11 @@ REWRITE = sed \
        -e 's,@''exe_file@,$@.exe,g'                            \
        -e 's,@''mono_interp@,$(MONO_INTERP),g'
 
-$(bin_SCRIPTS): script.in Makefile.am
+$(bin_SCRIPTS): script.in Makefile
        $(REWRITE) $(srcdir)/script.in > $@.tmp
        mv $@.tmp $@
 
-$(bin2_SCRIPTS): script2.in Makefile.am
+$(bin2_SCRIPTS): script2.in Makefile
        $(REWRITE) $(srcdir)/script2.in > $@.tmp
        mv $@.tmp $@