diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-28 19:58:54 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-28 19:58:54 (GMT) |
commit | 8f59f1841e80e94125f14fcaff7985cc4f43cbef (patch) | |
tree | 160b4c7412e41abff4405f22716af490414e7c7b /ds9 | |
parent | 5b9c9c1cefd214778549a813c021b6ed9f940068 (diff) | |
download | blt-8f59f1841e80e94125f14fcaff7985cc4f43cbef.zip blt-8f59f1841e80e94125f14fcaff7985cc4f43cbef.tar.gz blt-8f59f1841e80e94125f14fcaff7985cc4f43cbef.tar.bz2 |
simplify build
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/unix/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in index 892112d..1cc17cf 100644 --- a/ds9/unix/Makefile.in +++ b/ds9/unix/Makefile.in @@ -154,7 +154,6 @@ ds9base : $(OBJS) ds9.zip : appdir framework tcl tk tcllib tkblt tkcon $(RM) $@ - find $(APPDIR) -depth -name "CVS" -exec rm -r {} \; zip -r ds9.zip $(APPDIR) tkAppInit.o : tkAppInit.c |