diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-03-23 20:04:37 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-03-23 20:04:37 (GMT) |
commit | 8e3093843c879d726745a7c5dfaebd54a269fc7f (patch) | |
tree | 99e0cc994911bf0447628100d2e796104013c9ca /unix | |
parent | 93ae0ee6005ba9a09681c2b74dbc7bed9787f258 (diff) | |
download | blt-8e3093843c879d726745a7c5dfaebd54a269fc7f.zip blt-8e3093843c879d726745a7c5dfaebd54a269fc7f.tar.gz blt-8e3093843c879d726745a7c5dfaebd54a269fc7f.tar.bz2 |
libutil
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 559c9f8..ee024e8 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -15,11 +15,6 @@ TKFLAGS = @TKFLAGS@ SSLCONFIG = @SSLCONFIG@ JOBS = @CORES@ -# needed for vector/fitsy++ -CC = @CC@ -CXX = @CXX@ -AR = @AR@ - include ./make.include WITHTCL = --with-tcl=$(prefix)/tcl$(TCL_VERSION)/unix @@ -32,7 +27,7 @@ CACHE = --config-cache --cache-file=$(prefix)/config.cache saods9 : dirs tcl tk \ openssl \ - xpa vector funtools \ + xpa util vector fitsy funtools \ tclfitsy tcliis tclsignal \ tclzipfs tls tclxml \ tkblt tktable tkimg \ |