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/make.include | |
parent | 1d50b98a56e13e5ca884cb8c57417c6c87c86c12 (diff) | |
download | blt-28b383c0d366adf7174caa656554ef09b9775ac1.zip blt-28b383c0d366adf7174caa656554ef09b9775ac1.tar.gz blt-28b383c0d366adf7174caa656554ef09b9775ac1.tar.bz2 |
fix ds9 clean
Diffstat (limited to 'ds9/make.include')
-rw-r--r-- | ds9/make.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/make.include b/ds9/make.include index 2f019b6..b6c94c6 100644 --- a/ds9/make.include +++ b/ds9/make.include @@ -61,4 +61,3 @@ $(LIBDIR)/math : $(prefix)/tcllib/modules/math distclean: clean -rm -f Makefile config.cache config.log config.status -rm -rf autom4te.cache - $(RM) -rf $(APPDIR) |