> As a side issue, it ALSO seems to me that Ada's Mafile.in is doing it > wrong, given Ralf's statements above: > > # Copy target independent sources > $(foreach f,$(ADA_INCLUDE_SRCS) $(LIBGNAT_SRCS), \ > $(LN_S) $(fsrcpfx)ada/$(f) $(RTSDIR) ;) true > > But as this isn't shell code (some sort of Ada buildfile? I'm not > familiar with building Ada),
This is standard GNU make code. > I'm not sure exactly how to "fix" it in the > event LN_S is ACTUALLY defined as "ln -s" or "ln" (which, recall, is NOT > the case on MSYS, which apparently uses cp -p). There is nothing broken here as far as I can tell, so nothing to "fix" here. Arno