File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 66# Copyright (c) 1998, Regents of the University of California
77#
88# IDENTIFICATION
9- # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.112 2008/02/26 10:45:24 petere Exp $
9+ # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.113 2008/02/26 14:26:16 petere Exp $
1010#
1111#-------------------------------------------------------------------------
1212
@@ -363,13 +363,7 @@ endif # enable_shared
363363# tarballs.
364364
365365ifneq (,$(SHLIB_EXPORTS))
366- all: def-files
367-
368- distprep: def-files
369-
370- .PHONY: def-files
371-
372- def-files: $(srcdir)/lib$(NAME)dll.def $(srcdir)/lib$(NAME)ddll.def $(srcdir)/blib$(NAME)dll.def
366+ distprep: $(srcdir)/lib$(NAME)dll.def $(srcdir)/lib$(NAME)ddll.def $(srcdir)/blib$(NAME)dll.def
373367
374368UC_NAME = $(shell echo $(NAME) | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')
375369
Original file line number Diff line number Diff line change 55# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
66# Portions Copyright (c) 1994, Regents of the University of California
77#
8- # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.162 2008/02/26 13:31:40 petere Exp $
8+ # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.163 2008/02/26 14:26:16 petere Exp $
99#
1010# -------------------------------------------------------------------------
1111
6666
6767SHLIB_EXPORTS = exports.txt
6868
69- all : $( srcdir ) /libpq-dist.rc all-lib
69+ all : all-lib
7070
7171# Shared library stuff
7272include $(top_srcdir ) /src/Makefile.shlib
You can’t perform that action at this time.
0 commit comments