home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GCC258_5.LHA / gcc-2.5.8-amiga / config / m68k / x-next < prev    next >
Encoding:
Text File  |  1992-11-04  |  186 b   |  9 lines

  1. # Make assignments for compiling on NeXT with their compiler version.
  2. CC=cc -traditional-cpp
  3. OLDCC=cc -traditional-cpp
  4.  
  5. libgcc2.a: stdarg.h
  6.  
  7. stdarg.h:
  8.     cp $(srcdir)/gstdarg.h ./stdarg.h
  9.