Date: Fri, 27 May 1994 11:12:22 -0700 From: drupp AT cs DOT washington DOT edu (Douglas Rupp) To: leisner AT sdsp DOT mc DOT xerox DOT com, salehh AT csos DOT orst DOT edu Subject: Re: ms_sh22 under djgpp ? Cc: djgpp AT sun DOT soe DOT clarkson DOT edu I've been trying to use it so make.exe works better, however this doesn't work: + for file in $(ADA_INCLUDE_SRCS) $(LIBGNAT_SRCS); do \ + cp $$file tmp-adainclude-tmp/$$file; \ + done The expansion of the $(...) works but the instantiation of $$file doesn't Seems like it is either empty or "file". Anyone have any ideas why? Doug