File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 6
6
# Copyright (c) 1998, Regents of the University of California
7
7
#
8
8
# IDENTIFICATION
9
- # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.81 2004/10/12 04:48:34 neilc Exp $
9
+ # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.82 2004/10/12 22:20:17 momjian Exp $
10
10
#
11
11
#-------------------------------------------------------------------------
12
12
@@ -309,14 +309,11 @@ endif # PORTNAME == beos
309
309
else # PORTNAME == cygwin
310
310
311
311
# Cygwin case
312
- $(shlib) lib$(NAME).a: $(OBJS) $(DLLINIT)
312
+ $(shlib) lib$(NAME).a: $(OBJS)
313
313
$(DLLTOOL) --export-all $(DLLTOOL_DEFFLAGS) --output-def $(NAME).def $(OBJS)
314
- $(DLLWRAP) -o $(shlib) --dllname $(shlib) $(DLLWRAP_FLAGS) --def $(NAME).def $(OBJS) $(DLLINIT) $( SHLIB_LINK)
314
+ $(DLLWRAP) -o $(shlib) --dllname $(shlib) $(DLLWRAP_FLAGS) --def $(NAME).def $(OBJS) $(SHLIB_LINK)
315
315
$(DLLTOOL) --dllname $(shlib) $(DLLTOOL_LIBFLAGS) --def $(NAME).def --output-lib lib$(NAME).a
316
316
317
- $(DLLINIT): $(DLLINIT:%.o=%.c)
318
- $(MAKE) -C $(@D) $(@F)
319
-
320
317
endif # PORTNAME == cygwin
321
318
322
319
else # PORTNAME == win32
You can’t perform that action at this time.
0 commit comments