Skip to content

Commit

Permalink
Corrected typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Apr 30, 2021
1 parent d4c3361 commit 3d0d0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magick/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ MAGICK_EXTRA_DIST = \
if MAGICKCORE_ZERO_CONFIGURATION_SUPPORT
libMagickCore_threshold_target = magick/libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-threshold.lo
$(libMagickCore_threshold_target): magick/threshold-map.h
nodist_MagickCore_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_SOURCES += magick/threshold-map.h
magick_MagickCore_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_SOURCES += magick/threshold-map.h
CLEANFILES += magick/threshold-map.h
magick/threshold-map.h: config/thresholds.xml Makefile
$(AM_V_GEN){ printf '%s\n %s=\n' 'static const char *const' BuiltinMap; sed -e 's/"/\\"/g; s/^.*$$/ "&\\n"/; $$s/$$/;/' $<; } >$@
Expand Down

0 comments on commit 3d0d0e0

Please sign in to comment.