Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4fff70a

Browse files
committed
Fixes:
make TCL conditinal compilation workSubmitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
1 parent164ef6f commit4fff70a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

‎src/Makefile

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,23 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile,v 1.2 1996/07/20 07:52:36 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile,v 1.3 1996/08/01 19:46:46 scrappy Exp $
1111
#
1212
# NOTES
1313
#objdir- location of the objects and generated files (eg. obj)
1414
#
1515
#-------------------------------------------------------------------------
1616

17-
SUBDIR= backend libpq bin ../doc
17+
MKDIR=./mk
18+
-include$(MKDIR)/../Makefile.global
19+
20+
SUBDIR= backend libpq
21+
22+
ifeq ($(USE_TCL), true)
23+
SUBDIR += libpgtcl
24+
endif
25+
26+
SUBDIR+= bin ../doc
1827

1928
FIND = find
2029
# assuming gnu tar and split here
@@ -24,10 +33,6 @@ SPLIT = split
2433
ETAGS = etags
2534
XARGS = xargs
2635

27-
ifeq ($(USE_TCL), true)
28-
SUBDIR += libpgtcl
29-
endif
30-
3136
include mk/postgres.subdir.mk
3237

3338
TAGS:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp