diff options
-rw-r--r-- | make.include | 6 |
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 |