summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-08-30 22:53:46 +0000
committerKen Raeburn <raeburn@mit.edu>2002-08-30 22:53:46 +0000
commit97c7a78ce920c3c204e3a80ee0e3eb0f3928ba37 (patch)
tree2992991f4dc6ea901c2577d098d9ce319ab4b7e6 /src
parent5410d9635735e9f5f74cc52e02bc896782453af7 (diff)
downloadkrb5-97c7a78ce920c3c204e3a80ee0e3eb0f3928ba37.tar.gz
krb5-97c7a78ce920c3c204e3a80ee0e3eb0f3928ba37.tar.xz
krb5-97c7a78ce920c3c204e3a80ee0e3eb0f3928ba37.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/util/ChangeLog5
-rw-r--r--src/util/Makefile.in6
2 files changed, 11 insertions, 0 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog
index c2394dcac5..b350a5862b 100644
--- a/src/util/ChangeLog
+++ b/src/util/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-30 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (MY_SUBDIRS) [##WIN32##]: Hide variable definition
+ inside "!if 0" block.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (MAYBE_ET_k5, MAYBE_ET_sys, MAYBE_SS_k5,
diff --git a/src/util/Makefile.in b/src/util/Makefile.in
index 8a6548789b..28280135e3 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