* Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
(mostlyclean): Delete c-options.c and c-options.h.
From-SVN: r67326
+2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
+ (mostlyclean): Delete c-options.c and c-options.h.
+
2003-06-02 Neil Booth <neil@daikokuya.co.uk>
* c-opts.c (CL_REJECT_NEGATIVE): New.
$< $(OUTPUT_OPTION) @TARGET_SYSTEM_ROOT_DEFINE@
c-options.c: c.opt $(srcdir)/opts.sh
- $(SHELL) $(srcdir)/opts.sh c-options.c c-options.h $(srcdir)/c.opt
+ AWK=$(AWK) $(SHELL) $(srcdir)/opts.sh c-options.c c-options.h $(srcdir)/c.opt
c-options.h: c-options.c
@true
-rm -f xlimits.h
# Delete other built files.
-rm -f xsys-protos.hT
- -rm -f specs.h options.h gencheck.h
+ -rm -f specs.h options.h gencheck.h c-options.c c-options.h
# Delete the stamp and temporary files.
-rm -f s-* tmp-* stamp-* stmp-*
-rm -f */stamp-* */tmp-*