diff options
| author | Peter Eisentraut | 2008-02-26 14:26:16 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2008-02-26 14:26:16 +0000 |
| commit | 9623b727da1b4d6514e471469a11098f6540767c (patch) | |
| tree | a0973dd5c5dc54a38fd90ed6ade4f81daaa1736c /src/Makefile.shlib | |
| parent | f6f8d61a47b4a72e80be99dd4bb807fe0e22073b (diff) | |
Don't build the win32 support files in the all target, only in distprep and
when they are actually needed as prerequisites.
Diffstat (limited to 'src/Makefile.shlib')
| -rw-r--r-- | src/Makefile.shlib | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib index 34d6b3fbb65..7d219d8cfc3 100644 --- a/src/Makefile.shlib +++ b/src/Makefile.shlib @@ -6,7 +6,7 @@ # Copyright (c) 1998, Regents of the University of California # # IDENTIFICATION -# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.112 2008/02/26 10:45:24 petere Exp $ +# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.113 2008/02/26 14:26:16 petere Exp $ # #------------------------------------------------------------------------- @@ -363,13 +363,7 @@ endif # enable_shared # tarballs. ifneq (,$(SHLIB_EXPORTS)) -all: def-files - -distprep: def-files - -.PHONY: def-files - -def-files: $(srcdir)/lib$(NAME)dll.def $(srcdir)/lib$(NAME)ddll.def $(srcdir)/blib$(NAME)dll.def +distprep: $(srcdir)/lib$(NAME)dll.def $(srcdir)/lib$(NAME)ddll.def $(srcdir)/blib$(NAME)dll.def UC_NAME = $(shell echo $(NAME) | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ') |
