From: vasu AT alpha DOT CES DOT CWRU DOT Edu (Ramachandran Srinivasan) Subject: reg make 21 Nov 1997 12:06:32 -0800 Message-ID: <199711210712.CAA05700.cygnus.gnu-win32@fox.CES.CWRU.Edu> To: gnu-win32 AT cygnus DOT com hi, I am using cygwin32 make utility to compile our heirarchical Makefile structure.( The Makefiles are so written to enable recursive compilation of subdirectories) The platform is Pentium running NT 4.0. In the top level Makefile there is a statement SUBDIRS = (shell ls */Makefile|sort) This statement always results in SUBDIRS being evaluated to blank when make is invoked though from command line the ls */Makefile | sort statement evaluates to some valid value. Why is this happening ?/ How can I solve the problem. I want the result of the 'ls ..' statement to accrue in the SUBDIRS var. Please let me know thx in advance vasu - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".