changeset 7947:c2d50b69b19f

src/Makefile.in (__magick_read__.df): Append MAGICK_INCFLAGS to CPPFLAGS
author John W. Eaton <jwe@octave.org>
date Fri, 18 Jul 2008 16:36:22 -0400
parents ebe275f82bd5
children af10baa63915
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jul 18 16:25:12 2008 -0400
+++ b/src/ChangeLog	Fri Jul 18 16:36:22 2008 -0400
@@ -1,5 +1,8 @@
 2008-07-18  John W. Eaton  <jwe@octave.org>
 
+	* Makefile.in (__magick_read__.df): New rule.
+	Append MAGICK_INCFLAGS to CPPFLAGS.
+
 	* Makefile.in (EXTRAS): Add graphics-props.cc to the list.
 	List graphics-props.cc as a target generated by genprops.awk.
 
--- a/src/Makefile.in	Fri Jul 18 16:25:12 2008 -0400
+++ b/src/Makefile.in	Fri Jul 18 16:36:22 2008 -0400
@@ -628,6 +628,7 @@
 	@mv $@-t $@
 
 __magick_read__.d: CPPFLAGS += $(MAGICK_INCFLAGS)
+__magick_read__.df: CPPFLAGS += $(MAGICK_INCFLAGS)
 __magick_read__.o pic/__magick_read__.o: CPPFLAGS += $(MAGICK_INCFLAGS)
 __magick_read__.oct: OCT_LINK_DEPS += $(MAGICK_LIBS)