diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
| commit | 8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch) | |
| tree | 1b808490e2ba26bfe983f82bd41a2b36a6127322 /gnu/usr.bin/cc/libcpp | |
| parent | a1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff) | |
Diffstat (limited to 'gnu/usr.bin/cc/libcpp')
| -rw-r--r-- | gnu/usr.bin/cc/libcpp/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/libcpp/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/libcpp/Makefile b/gnu/usr.bin/cc/libcpp/Makefile index 23bc26e2a228..9a9ccf6a759c 100644 --- a/gnu/usr.bin/cc/libcpp/Makefile +++ b/gnu/usr.bin/cc/libcpp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/cc/libcpp/Makefile,v 1.1.6.1 2008/11/25 02:59:29 kensmith Exp $ # Use our headers in preference to ones from ../cc_tools. CFLAGS+= -I${.CURDIR} -I. diff --git a/gnu/usr.bin/cc/libcpp/config.h b/gnu/usr.bin/cc/libcpp/config.h index 5577f2840df3..240a1ff21795 100644 --- a/gnu/usr.bin/cc/libcpp/config.h +++ b/gnu/usr.bin/cc/libcpp/config.h @@ -1,6 +1,6 @@ /* config.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/cc/libcpp/config.h,v 1.1.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. |
