(libgcc2.a, stdarg.h): New rules.

From-SVN: r2701
This commit is contained in:
Richard Stallman 1992-11-06 08:27:28 +00:00
parent 0fb5a69e44
commit b10248a326

View File

@ -1,3 +1,8 @@
# Make assignments for compiling on NeXT with their compiler version.
CC=cc -traditional-cpp
OLDCC=cc -traditional-cpp
libgcc2.a: stdarg.h
stdarg.h:
cp $(srcdir)/gstdarg.h ./stdarg.h