[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gc

Diff for /OpenXM_contrib/gc/Attic/Makefile between version 1.1.1.2 and 1.3

version 1.1.1.2, 2000/04/14 11:08:00 version 1.3, 2001/05/06 09:56:42
Line 8 
Line 8 
 #        c++ interface to gc.a  #        c++ interface to gc.a
 # cord/de - builds dumb editor based on cords.  # cord/de - builds dumb editor based on cords.
 ABI_FLAG=  ABI_FLAG=
 CC=cc $(ABI_FLAG)  CC=gcc $(ABI_FLAG)
 CXX=g++ $(ABI_FLAG)  CXX=g++ $(ABI_FLAG)
 AS=as $(ABI_FLAG)  AS=as $(ABI_FLAG)
 #  The above doesn't work with gas, which doesn't run cpp.  #  The above doesn't work with gas, which doesn't run cpp.

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>