diff options
Diffstat (limited to 'src/hyper')
-rw-r--r-- | src/hyper/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hyper/Makefile.in b/src/hyper/Makefile.in index a29c2601..755eb74e 100644 --- a/src/hyper/Makefile.in +++ b/src/hyper/Makefile.in @@ -30,6 +30,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +openaxiom_host_has_regex = @openaxiom_host_has_regex@ + bin_PROGRAMS = htadd$(EXEEXT) ex2ht$(EXEEXT) ifeq ($(strip $(openaxiom_host_has_regex)),yes) bin_PROGRAMS += hthits$(EXEEXT) @@ -114,7 +116,7 @@ stamp: all-hyper-post -rm -f stamp $(STAMP) stamp -all-hyper-pre: $(BINFILES) $(HYPER)/pages/util.ht +all-hyper-pre: $(BINFILES) $(SCRIPTS) $(HYPER)/pages/util.ht $(HYPER)/pages/util.ht: $(srcdir)/pages/util.ht rm -f $@ |