blob: 81d2f3f68a2a979efd0924dfb8509d7c867c78f8 (
plain)
1
2
3
4
5
6
7
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
|