diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-06 04:05:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-06 04:05:06 +0000 |
commit | 624f348e796376f72146fb386ba0edcf035b7efe (patch) | |
tree | d8c75c85481cdd43e45b2c4455eec58b8649b88e /externals | |
parent | 30d933a94b7402cfe4cdda6e614d694f7fd0ab56 (diff) |
fixed iemlib_clean to work properly
svn path=/trunk/; revision=15524
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |