diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-03-01 21:58:22 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-03-01 21:58:22 (GMT) |
commit | 5e4105b44cc2ce3105af6ed654a7b3bd61bd6968 (patch) | |
tree | 475ffc4957caec6fd7556b83b395d8bba2ee274f /ds9/unix | |
parent | 37d72c965c602bc800275da71a7234d50e4d707a (diff) | |
download | blt-5e4105b44cc2ce3105af6ed654a7b3bd61bd6968.zip blt-5e4105b44cc2ce3105af6ed654a7b3bd61bd6968.tar.gz blt-5e4105b44cc2ce3105af6ed654a7b3bd61bd6968.tar.bz2 |
add ds9 pan parser
Diffstat (limited to 'ds9/unix')
-rw-r--r-- | ds9/unix/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in index 50338f8..d10db26 100644 --- a/ds9/unix/Makefile.in +++ b/ds9/unix/Makefile.in @@ -120,8 +120,6 @@ PREQS = \ $(LIBDIR)/tcl$(TCL_VERSION) \ $(LIBDIR)/tcl8 \ $(LIBDIR)/tk$(TCL_VERSION) \ - $(prefix)/ds9/parsers/*.tac \ - $(prefix)/ds9/parsers/*.fcl \ $(LIBDIR)/library \ $(LIBDIR)/msgs \ $(LIBDIR)/doc \ @@ -213,7 +211,7 @@ $(LIBDIR)/tk$(TCL_VERSION) : .PHONY : clean -clean : parsersclean +clean : $(RM) core *~ *# ds9base ds9 *.zip *.o $(RM) -rf $(APPDIR) |