summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-20 17:08:16 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-20 17:08:16 (GMT)
commit28b383c0d366adf7174caa656554ef09b9775ac1 (patch)
treeddb08342ea3d783e2b8f3dd4cc9efd96414abceb /ds9
parent1d50b98a56e13e5ca884cb8c57417c6c87c86c12 (diff)
downloadblt-28b383c0d366adf7174caa656554ef09b9775ac1.zip
blt-28b383c0d366adf7174caa656554ef09b9775ac1.tar.gz
blt-28b383c0d366adf7174caa656554ef09b9775ac1.tar.bz2
fix ds9 clean
Diffstat (limited to 'ds9')
-rw-r--r--ds9/macosx/Makefile.in1
-rw-r--r--ds9/make.include1
-rw-r--r--ds9/unix/Makefile.in1
-rwxr-xr-xds9/win/Makefile.in3
4 files changed, 4 insertions, 2 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
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)
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in
index c6dd48d..469bd4f 100644
--- a/ds9/unix/Makefile.in
+++ b/ds9/unix/Makefile.in
@@ -211,6 +211,7 @@ $(LIBDIR)/tk$(TCL_VERSION) :
clean :
$(RM) core *~ *# ds9base ds9 *.zip *.o
+ $(RM) -rf $(APPDIR)
include ../make.include
diff --git a/ds9/win/Makefile.in b/ds9/win/Makefile.in
index c310de5..74b3a00 100755
--- a/ds9/win/Makefile.in
+++ b/ds9/win/Makefile.in
@@ -200,6 +200,7 @@ $(APPDIR)/tcc: $(prefix)/compilers/tcc-0.9.25-win32-bin.zip
.PHONY : clean
clean :
- $(RM) core *~ *# *.zip *.o
+ $(RM) core *~ *# ds9base.exe ds9.exe *.zip *.o
+ $(RM) -rf $(APPDIR)
include ../make.include