From 3e288e273614ea329826d4378838b0596b532f07 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 24 Oct 1996 16:07:51 +0000 Subject: * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the host to add it's own flags. * config/mh-windows (HOST_FLAGS): Set srcroot, which is needed for MSVC build procedure. --- config/mh-windows | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/mh-windows b/config/mh-windows index e5f606c..e191981 100644 --- a/config/mh-windows +++ b/config/mh-windows @@ -2,3 +2,4 @@ CC=cc CFLAGS= RANLIB=true AR_FLAGS= +HOST_FLAGS="srcroot=$(srcdir)" -- cgit v1.1