diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index e5789c00..6f9eb41c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -455,7 +455,8 @@ CHECK_VARS = \ URTLIB="$(URTLIB)" \ X11LIB="$(X11LIB)" \ XML2_LIBS="$(XML2_LIBS)" \ - ZLIB="$(ZLIB)" + LEX="$(LEX)" \ + ZLIB="$(ZLIB)" \ # Test files in source tree. |