diff --git a/util/cgg/Makefile b/util/cgg/Makefile index 1d5ce4a0..43d8a1b2 100644 --- a/util/cgg/Makefile +++ b/util/cgg/Makefile @@ -1,3 +1,5 @@ +# $Header$ + PREFLAGS=-I../../h CFLAGS=$(PREFLAGS) LDFLAGS=-i diff --git a/util/cgg/bootlex.l b/util/cgg/bootlex.l index b5d5b4c2..67f87139 100644 --- a/util/cgg/bootlex.l +++ b/util/cgg/bootlex.l @@ -1,4 +1,8 @@ %{ + +#ifndef NORCSID +static char rcsid2[]="$Header$"; +#endif /* * (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands. *