9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
|
# 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
|