diff options
author | Martin Ruckert <martin.ruckert@hm.edu> | 2022-12-02 15:51:09 +0000 |
---|---|---|
committer | Martin Ruckert <martin.ruckert@hm.edu> | 2022-12-02 15:51:09 +0000 |
commit | c785fc318e2cd4ea35336ba912c60e225b10b9e7 (patch) | |
tree | db9e70f86f6a8055bf4840e4ff1ce5fe883edecb /Build/source | |
parent | 8309a2c230f1cd8c2568d2b934aed0f704838714 (diff) |
hitex: adding -DWEB2CVERSION to the compiler flags
git-svn-id: svn://tug.org/texlive/trunk@65165 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/hitexdir/am/hitex.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/hitexdir/am/hitex.am b/Build/source/texk/web2c/hitexdir/am/hitex.am index caf1a8169f4..a27bd251703 100644 --- a/Build/source/texk/web2c/hitexdir/am/hitex.am +++ b/Build/source/texk/web2c/hitexdir/am/hitex.am @@ -24,7 +24,7 @@ endif HITEX hitex_CPPFLAGS = $(AM_CPPFLAGS) $(ZLIB_INCLUDES) hitex_CPPFLAGS += -I$(srcdir)/libmd5 -hitex_CPPFLAGS += -DINIT -DSTAT -DTLVERSION="\"(TeX Live ${WEB2CVERSION})\"" +hitex_CPPFLAGS += -DINIT -DSTAT -DWEB2CVERSION="\"${WEB2CVERSION}\"" # -DDEBUG drops into an interactive debugging session. hitex_LDADD = $(KPATHSEA_LIBS) $(ZLIB_LIBS) libmd5.a hitex_LDADD += libmd5.a |