[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.3 and 1.2

version 1.1.1.3, 2000/12/01 14:48:27 version 1.2, 2001/05/06 08:14:23
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)
 HOSTCC=$(CC)  HOSTCC=$(CC)
 CXX=g++ $(ABI_FLAG)  CXX=g++ $(ABI_FLAG)
 AS=as $(ABI_FLAG)  AS=as $(ABI_FLAG)

Legend:
Removed from v.1.1.1.3  
changed lines
  Added in v.1.2

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