From 2682d554affb0771cc5a9b67bda45106f093c1fc Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 24 Mar 2013 18:26:21 +0000 Subject: [PATCH] --- Makefile.am | 2 +- Makefile.in | 2 +- configure | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 300308c80..bababedb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -201,7 +201,7 @@ install-exec-hook: uninstall-hook: for CURR_PROG in `echo $(UTILITIES_PGMS) | sed 's/utilities\///g'`; do \ - rm -f $(DESTDIR)/$(LIB_DIR_PATH)/$$CURR_PROG$(EXEEXT) + rm -f $(DESTDIR)/$(LIB_DIR_PATH)/$$CURR_PROG$(EXEEXT); \ done; rm -r -f $(LIB_BIN_DIR_PATH) diff --git a/Makefile.in b/Makefile.in index 5726eae2b..23d9187c6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10810,7 +10810,7 @@ install-exec-hook: uninstall-hook: for CURR_PROG in `echo $(UTILITIES_PGMS) | sed 's/utilities\///g'`; do \ - rm -f $(DESTDIR)/$(LIB_DIR_PATH)/$$CURR_PROG$(EXEEXT) + rm -f $(DESTDIR)/$(LIB_DIR_PATH)/$$CURR_PROG$(EXEEXT); \ done; rm -r -f $(LIB_BIN_DIR_PATH) diff --git a/configure b/configure index 23ada5278..6c5d4bbb4 100755 --- a/configure +++ b/configure @@ -3675,7 +3675,7 @@ MAGICK_PATCHLEVEL_VERSION=0 MAGICK_VERSION=7.0.0-0 -MAGICK_SVN_REVISION=11453:11464M +MAGICK_SVN_REVISION=11453:11505M # Substitute library versioning -- 2.40.0