summaryrefslogtreecommitdiffstats
path: root/make.include
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-11-02 20:42:05 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-11-02 20:42:05 (GMT)
commitd62072144b442ba427b12a40036f8903fb81a954 (patch)
tree2ce7b141a76c52b8d20de99a8c7fce1b6ac8dc1d /make.include
parent293057bdd882685f8ddad66bf77196a5853b08da (diff)
downloadblt-d62072144b442ba427b12a40036f8903fb81a954.zip
blt-d62072144b442ba427b12a40036f8903fb81a954.tar.gz
blt-d62072144b442ba427b12a40036f8903fb81a954.tar.bz2
new funtools make
Diffstat (limited to 'make.include')
-rw-r--r--make.include6
1 files changed, 5 insertions, 1 deletions
diff --git a/make.include b/make.include
index 9d0d5e2..7c9ea59 100644
--- a/make.include
+++ b/make.include
@@ -327,7 +327,7 @@ funtools/libfuntools.a : funtools/Makefile
cp funtools/fitsy/*.h $(ROOT)/include/.
cp funtools/libfuntools.a $(ROOT)/lib/.
-funtools/Makefile :
+funtools/Makefile : funtools/configure
@echo ""
@echo "*** Configure funtools ***"
cd funtools; \
@@ -337,6 +337,10 @@ funtools/Makefile :
--prefix $(ROOT) --exec-prefix $(ROOT) \
--disable-shared
+funtools/configure :
+ cd funtools; \
+ ./mkconfigure
+
#-------------------------- tktable
# no parallel