File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# Makefile for src/bin/initdb
4
4
#
5
- # Portions Copyright (c) 1996-2002 , PostgreSQL Global Development Group
5
+ # Portions Copyright (c) 1996-2003 , PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.31 2003/11/11 01:58:23 momjian Exp $
8
+ # $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.32 2003/11/13 20:30:37 tgl Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -15,19 +15,13 @@ include $(top_builddir)/src/Makefile.global
15
15
16
16
override CPPFLAGS := -DPGBINDIR=\"$(bindir ) \" -DPGDATADIR=\"$(datadir ) \" -DFRONTEND -I$(libpq_srcdir ) $(CPPFLAGS )
17
17
18
- OBJS = initdb.o sprompt.o
19
- ifeq ($(PORTNAME ) , win32)
20
- OBJS+ =dirmod.o
21
- endif
18
+ OBJS = initdb.o
22
19
23
20
all : submake-libpq submake-libpgport initdb
24
21
25
22
initdb : $(OBJS ) $(libpq_builddir ) /libpq.a
26
23
$(CC ) $(CFLAGS ) $(OBJS ) $(libpq ) $(LDFLAGS ) $(LIBS ) -o $@
27
24
28
- dirmod.c sprompt.c : % : $(top_srcdir ) /src/port/%
29
- rm -f $@ && $(LN_S ) $< .
30
-
31
25
install : all installdirs
32
26
$(INSTALL_PROGRAM ) initdb$(X ) $(DESTDIR )$(bindir ) /initdb$(X )
33
27
You can’t perform that action at this time.
0 commit comments