changeset 1959:ccba25fc9759

Create plugin.stamp with the right filename. 2010-03-01 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: (stamps/plugin.stamp): Create stamp with the right filename.
author Andrew John Hughes <ahughes@redhat.com>
date Mon, 01 Mar 2010 19:48:43 +0000
parents 86d208c50bb8
children e1e9efa47cbe
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Mar 01 19:05:45 2010 +0000
+++ b/ChangeLog	Mon Mar 01 19:48:43 2010 +0000
@@ -1,3 +1,9 @@
+2010-03-01  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	(stamps/plugin.stamp): Create stamp with the
+	right filename.
+
 2010-03-01  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Mon Mar 01 19:05:45 2010 +0000
+++ b/Makefile.am	Mon Mar 01 19:48:43 2010 +0000
@@ -1666,7 +1666,7 @@
 
 stamps/plugin.stamp: $(ICEDTEAPLUGIN_TARGET) $(ICEDTEANPPLUGIN_TARGET)
 	mkdir -p stamps
-	touch stamps/icedtea-plugin.stamp
+	touch stamps/plugin.stamp
 
 clean-plugin: $(ICEDTEAPLUGIN_CLEAN) $(ICEDTEANPPLUGIN_CLEAN)
 	rm -f stamps/plugin.stamp