From 624f348e796376f72146fb386ba0edcf035b7efe Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 6 Oct 2011 04:05:06 +0000 Subject: fixed iemlib_clean to work properly svn path=/trunk/; revision=15524 --- externals/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index 14a73d75..aeb3d26b 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -891,7 +891,8 @@ iemlib_install: iemlib iemlib_clean: - -rm -f -- $(IEMLIB_OBJECTS:.c=.$(EXTENSION)) + -rm -f -- $(IEMLIB_OBJECTS) + -rm -f -- $(IEMLIB_SRC:.c=.$(EXTENSION)) -rmdir -- $(DESTDIR)$(objectsdir)/$(IEMLIB_NAME) -rm -f -- $(DESTDIR)$(examplesdir)/$(IEMLIB_NAME)/*.* -rmdir -- $(DESTDIR)$(examplesdir)/$(IEMLIB_NAME) -- cgit v1.2.1