diff options
| author | Bruce Momjian | 1999-10-13 11:38:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-10-13 11:38:42 +0000 |
| commit | c3ac9f07b7bf2f764155a9b0e97c761fa780ac27 (patch) | |
| tree | a17fda5d49da95d387b32c6c71e789dd27aca423 /src/pl | |
| parent | 8ce829ea6a10de737a744fff8509cd1bef70a971 (diff) | |
Hi,
I have changed a bit the makefiles for the win32 port - the *.def files
(created when building shared libraries) are now clean from
Makefile.shlib.
I have also removed "-g" from CFLAGS in the "cygwin32" template - it can
be
enabled when running configure.
Dan
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plpgsql/src/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pl/plpgsql/src/Makefile.in b/src/pl/plpgsql/src/Makefile.in index c69fdb7af6..2972a351c6 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.17 1999/06/30 23:57:31 tgl Exp $ +# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.18 1999/10/13 11:38:40 momjian Exp $ # #------------------------------------------------------------------------- @@ -82,6 +82,3 @@ clean: clean-shlib 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 -ifeq ($(PORTNAME), win) - rm -f $(NAME).def -endif |
