diff options
| author | Peter Eisentraut | 2000-01-16 20:05:00 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-01-16 20:05:00 +0000 |
| commit | 759fba48734fdb93094ed6fe6b0d0c4d533fd0ca (patch) | |
| tree | 504e54982096b18273f254a553bddbbcf16ae5f0 /src/pl | |
| parent | a4e1304ed1700c9831fdacc908fa0461ef0f5151 (diff) | |
Included all yacc and lex files into the distribution.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plpgsql/src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/plpgsql/src/Makefile.in b/src/pl/plpgsql/src/Makefile.in index 2972a351c6b..57c5d72b14f 100644 --- a/src/pl/plpgsql/src/Makefile.in +++ b/src/pl/plpgsql/src/Makefile.in @@ -4,7 +4,7 @@ # Makefile for the plpgsql shared object # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.18 1999/10/13 11:38:40 momjian Exp $ +# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.19 2000/01/16 20:04:59 petere Exp $ # #------------------------------------------------------------------------- @@ -79,6 +79,6 @@ pl_scan.c: scan.l clean: clean-shlib rm -f lib$(NAME).a - rm -f *.o pl.tab.h pl_gram.c pl_scan.c + rm -f *.o # And the garbage that might have been left behind by partial build: rm -f y.tab.c y.tab.h lex.yy.c |
