From ce8f17f1ec8cc7a7855b41e562e56052dfa5e65b Mon Sep 17 00:00:00 2001 From: Marc Olivier Chouinard Date: Thu, 15 Dec 2011 16:49:27 -0500 Subject: [PATCH] FS-3625 --resolve --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 132b252581..a9193c99fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -696,7 +696,7 @@ modclean: $(switch_builddir)/modules.conf @cd src/mod && $(MAKE) $(AM_MAKEFLAGS) clean modwipe: - rm -f $(prefix)/$(modulesdir)/*.${DYNAMIC_LIB_EXTEN} + rm -f $(modulesdir)/*.${DYNAMIC_LIB_EXTEN} dox: cd docs && doxygen $(PWD)/docs/Doxygen.conf