diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-09-15 22:04:40 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-09-15 22:04:40 +0000 |
commit | 313a3e28e49473a2be81ebc10e30a4c44e1316f5 (patch) | |
tree | 515c319f51497970333d295a6de39061016c9170 /usr.bin/pcc/f77 | |
parent | da535dc3854d4ff7f678e0551febbfbf7e0f6748 (diff) |
$OpenBSD$
Requested by otto.
Diffstat (limited to 'usr.bin/pcc/f77')
-rw-r--r-- | usr.bin/pcc/f77/Makefile.in | 2 | ||||
-rw-r--r-- | usr.bin/pcc/f77/f77/Makefile.in | 2 | ||||
-rw-r--r-- | usr.bin/pcc/f77/fcom/Makefile.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/pcc/f77/Makefile.in b/usr.bin/pcc/f77/Makefile.in index 76ad025b263..73c10699727 100644 --- a/usr.bin/pcc/f77/Makefile.in +++ b/usr.bin/pcc/f77/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.1 2007/09/15 18:12:35 otto Exp $ +# $OpenBSD: Makefile.in,v 1.2 2007/09/15 22:04:39 ray Exp $ # # Makefile.in for top-level of pcc. # diff --git a/usr.bin/pcc/f77/f77/Makefile.in b/usr.bin/pcc/f77/f77/Makefile.in index 9ab666faba9..e5d0306a9e7 100644 --- a/usr.bin/pcc/f77/f77/Makefile.in +++ b/usr.bin/pcc/f77/f77/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.1 2007/09/15 18:12:35 otto Exp $ +# $OpenBSD: Makefile.in,v 1.2 2007/09/15 22:04:39 ray Exp $ # # Makefile.in for the cc part of pcc. # diff --git a/usr.bin/pcc/f77/fcom/Makefile.in b/usr.bin/pcc/f77/fcom/Makefile.in index 04018acc84e..e3b04167b1a 100644 --- a/usr.bin/pcc/f77/fcom/Makefile.in +++ b/usr.bin/pcc/f77/fcom/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.1 2007/09/15 18:12:35 otto Exp $ +# $OpenBSD: Makefile.in,v 1.2 2007/09/15 22:04:39 ray Exp $ # # Makefile for the Fortran 77 command # Running on the @targmach@ |