Diff for /src/gnu/usr.bin/cc3/f77/Attic/Makefile between versions 1.4 and 1.5

version 1.4, 2004/01/24 20:03:28 version 1.5, 2004/02/02 23:35:11
Line 4 Line 4
 .include "../Makefile.inc"  .include "../Makefile.inc"
 .include "../Makefile.fe"  .include "../Makefile.fe"
   
 .PATH: ${GCCDIR}/f ${GCCDIR}  CFLAGS+=        -I${.CURDIR}/../config
   
   .PATH: ${GCCDIR}/gcc/f ${GCCDIR}/gcc ${GCCDIR}/libiberty
   
 PROG=   f77  PROG=   f77
 SRCS=   gcc.c g77spec.c  SRCS=   gcc_local.c g77spec.c
   SRCS+=  make-relative-prefix.c lrealpath.c
   
 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"  CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"  CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"

Removed from v.1.4  
changed lines
  Added in v.1.5