* Makefile.in (MY_SUBDIRS) [##WIN32##]: Hide variable definition inside "!if 0"
authorKen Raeburn <raeburn@mit.edu>
Fri, 30 Aug 2002 22:53:46 +0000 (22:53 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 30 Aug 2002 22:53:46 +0000 (22:53 +0000)
block.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14807 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/Makefile.in

index c2394dcac556c3956f13c237b2dc0129e2f59821..b350a5862b844acd97b948f88128cd8a7ad8c5b1 100644 (file)
@@ -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,
index 8a6548789bbc9ab648e6886ccec4a67cbd55086d..28280135e321a6ca051e4fcf9a404873d863145e 100644 (file)
@@ -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