diff options
| author | Tom Lane | 1999-06-30 23:57:31 +0000 |
|---|---|---|
| committer | Tom Lane | 1999-06-30 23:57:31 +0000 |
| commit | fa179dde82da89842a93a1efd916a6751a37eac9 (patch) | |
| tree | 671768f3d0abfc973ef711811ada1a26c217441e /src/pl | |
| parent | 7bf29f6b78706d96c15188fd0b86194e55f5a5fb (diff) | |
Make sure symlinks for sharedlib get removed by 'make clean'.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plpgsql/src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pl/plpgsql/src/Makefile.in b/src/pl/plpgsql/src/Makefile.in index 9178399f44..c69fdb7af6 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.16 1999/03/21 02:27:46 tgl Exp $ +# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.17 1999/06/30 23:57:31 tgl Exp $ # #------------------------------------------------------------------------- @@ -77,8 +77,8 @@ pl_scan.c: scan.l .PHONY: install clean -clean: - rm -f lib$(NAME).a $(shlib) +clean: clean-shlib + rm -f lib$(NAME).a rm -f *.o pl.tab.h pl_gram.c pl_scan.c # And the garbage that might have been left behind by partial build: rm -f y.tab.c y.tab.h lex.yy.c |
