Anyone else like to keep generated .c files around for stepping
through with gdb? (Does this work with Windows make?)

-- 
Gimme a job! http://foxglove.dnsalias.org/~sfink/job.html
C, perl, networking, performance optimization, Java, XML.

Index: Makefile.in
===================================================================
RCS file: /home/perlcvs/parrot/Makefile.in,v
retrieving revision 1.141
diff -u -r1.141 Makefile.in
--- Makefile.in 21 Mar 2002 23:47:22 -0000      1.141
+++ Makefile.in 29 Mar 2002 06:04:15 -0000
@@ -140,6 +140,8 @@
 
 ${make_set_make}
 
+.PRECIOUS: $(O_FILES:$(O)=.c)
+
 .c$(O):
        $(CC) $(CFLAGS) ${cc_o_out}$@ -c $<
 

Reply via email to