]> git.imager.perl.org - imager.git/commitdiff
- the plugins Makefile has long produced an error after all tests were
authorTony Cook <tony@develop=help.com>
Thu, 16 Dec 2004 14:17:03 +0000 (14:17 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 16 Dec 2004 14:17:03 +0000 (14:17 +0000)
  complete on Win32, finally tracked down why

Changes
dynfilt/Makefile.PL

diff --git a/Changes b/Changes
index 05d862e230d45845dbb85aea57252f0d8718eca5..00f61640388345ea5d60523c9d73c22768b1cf7b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -961,6 +961,11 @@ Revision history for Perl extension Imager.
 - method index didn't include errstr()
 - document that you don't want the FT2 freetype.h in the include path
 
 - method index didn't include errstr()
 - document that you don't want the FT2 freetype.h in the include path
 
+0.44_01
+
+- the plugins Makefile has long produced an error after all tests were
+  complete on Win32, finally tracked down why
+
 =================================================================
 
         For latest versions check the Imager-devel pages:
 =================================================================
 
         For latest versions check the Imager-devel pages:
index fe48c4a8d7b1cafa18906b26c6ac54d5db1cf141..b04af31ff939bd0e3e0b8189f7f11461b8ee3730 100644 (file)
@@ -67,7 +67,7 @@ $_.\$(SO): $_\$(OBJ_EXT)
 
 
 pure_all :: 
 
 
 pure_all :: 
-       \$(NOOP)
+       $(NOOP)
 
 ';
 
 
 ';