[1827] in Kerberos_V5_Development
Re: make vs. gmake and the Athena source tree
daemon@ATHENA.MIT.EDU (Tom Yu)
Mon Sep 30 14:40:35 1996
Date: Mon, 30 Sep 1996 14:40:15 -0400
To: Marc Horowitz <marc@MIT.EDU>
Cc: Greg Hudson <ghudson@MIT.EDU>, krbdev@MIT.EDU
From: Tom Yu <tlyu@MIT.EDU>
In-Reply-To: <199609301724.NAA25771@beeblebrox.MIT.EDU>
To add more to the flames, it appears that Ultrix also follows POSIX.2
suffix substution, as does SunOS and Windows...
The problem is the following construct doesn't work under Windows or
Ultrix:
OBJ=.o
OBJS=$(SRCS:.c=$(OBJ))
Something to do with macro expansions inside macro expansions, I
guess.
---Tom