From f9710938f24637ffac369e2fbd147326ebd9b7cf Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 11 Aug 2011 15:02:33 +0000 Subject: [PATCH] target 'clean-local' added --- src/h5core/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/h5core/Makefile.am b/src/h5core/Makefile.am index ac974fe..5ecc70b 100644 --- a/src/h5core/Makefile.am +++ b/src/h5core/Makefile.am @@ -125,5 +125,6 @@ install-exec-local: @$(INSTALL) -d $(DESTDIR)$(includedir)/h5core @$(INSTALL) -m644 ../include/h5core/*.h $(DESTDIR)$(includedir)/h5core/ -clean: clean-am +clean-local: + $(RM) -f ../lib/libH5hut.*