diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-03-20 17:08:16 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-03-20 17:08:16 (GMT) |
commit | 28b383c0d366adf7174caa656554ef09b9775ac1 (patch) | |
tree | ddb08342ea3d783e2b8f3dd4cc9efd96414abceb /ds9/macosx | |
parent | 1d50b98a56e13e5ca884cb8c57417c6c87c86c12 (diff) | |
download | blt-28b383c0d366adf7174caa656554ef09b9775ac1.zip blt-28b383c0d366adf7174caa656554ef09b9775ac1.tar.gz blt-28b383c0d366adf7174caa656554ef09b9775ac1.tar.bz2 |
fix ds9 clean
Diffstat (limited to 'ds9/macosx')
-rw-r--r-- | ds9/macosx/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in index 8263c5e..52e698e 100644 --- a/ds9/macosx/Makefile.in +++ b/ds9/macosx/Makefile.in @@ -213,6 +213,7 @@ $(LIBDIR)/pcc-i386-snowleopard.tar.gz: $(prefix)/compilers/pcc-i386-snowleopard. clean : $(RM) core *~ *# *.o + $(RM) -rf $(APPDIR) include ../make.include |