Skip to content

Commit 4fff70a

Browse files
committed
Fixes:
make TCL conditinal compilation work Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
1 parent 164ef6f commit 4fff70a

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy