From 8d4ccf51112c0e7ce661fdce755b2ddd3278a951 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 7 Nov 2019 17:28:57 -0500 Subject: [PATCH] attempt to add the additional include directory to vms build --- sys/vms/Makefile.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/vms/Makefile.src b/sys/vms/Makefile.src index 8f607eac2..2df916cfc 100644 --- a/sys/vms/Makefile.src +++ b/sys/vms/Makefile.src @@ -38,8 +38,8 @@ MAKEFILE= $(SRC)Makefile. # set option flags for C compiler and linker # -CFLAGS = /Prefix=All/Incl=$(INC)/noList # DECC in native mode -#CFLAGS = /Include=$(INC)/noList # VAXC or GNUC +CFLAGS = /Prefix=All/Incl=$(INC),$(LUA)/noList # DECC in native mode +#CFLAGS = /Include=$(INC),$(LUA)/noList # VAXC or GNUC #LFLAGS = /Debug/Map/Cross_Ref # for development #LFLAGS = /noTraceback/noMap # for installing w/ privs LFLAGS = /noMap