From 97c7a78ce920c3c204e3a80ee0e3eb0f3928ba37 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 30 Aug 2002 22:53:46 +0000 Subject: [PATCH] * Makefile.in (MY_SUBDIRS) [##WIN32##]: Hide variable definition inside "!if 0" block. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14807 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 5 +++++ src/util/Makefile.in | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/src/util/ChangeLog b/src/util/ChangeLog index c2394dcac..b350a5862 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,8 @@ +2002-08-30 Ken Raeburn + + * Makefile.in (MY_SUBDIRS) [##WIN32##]: Hide variable definition + inside "!if 0" block. + 2002-08-29 Ken Raeburn * Makefile.in (MAYBE_ET_k5, MAYBE_ET_sys, MAYBE_SS_k5, diff --git a/src/util/Makefile.in b/src/util/Makefile.in index 8a6548789..28280135e 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -1,8 +1,14 @@ thisconfigdir=./.. myfulldir=util mydir=util +##WIN32###Windows NMAKE doesn't like @ in make variable names, and on +##WIN32### Windows we don't do the @FOO@ substitutions we do with UNIX +##WIN32### configure scripts. The set of subdirs to use is hard-coded +##WIN32### below in the 'all-windows' target anyways, so just hide this. +##WIN32##!if 0 MY_SUBDIRS=$(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \ profile pty db2 send-pr +##WIN32##!endif BUILDTOP=$(REL).. MAYBE_ET_k5 = et -- 2.26.2