From: markwr AT d564s1 DOT dot DOT state DOT mn DOT us (Mark Wright) Subject: MAKEing response files. To: djgpp AT sun DOT soe DOT clarkson DOT edu (DJ's GPP Mailing List) Date: Tue, 15 Mar 94 13:25:56 CST Is there any way to generate a response file in GNU make when a variable is > 128 characters? For example, if I have OBJS = file1.c file2.c file3.c file4.c \ ... file99.c I can't just do an "echo $(OBJS) > cmdline.tmp", since only the first 128 characters of that command will be processed. Is there a simple solution to this problem?