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

Commite9ca59f

Browse files
committed
Back out libpgtcl tcl/tksh includes.
1 parent2635bef commite9ca59f

File tree

4 files changed

+1
-46
lines changed

4 files changed

+1
-46
lines changed

‎configure.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,8 +1207,6 @@ AC_OUTPUT(
12071207
src/interfaces/libpq++/Makefile
12081208
src/interfaces/libpgeasy/Makefile
12091209
src/interfaces/libpgtcl/Makefile
1210-
src/interfaces/libpgtcl/mkMakefile.tcldefs.sh
1211-
src/interfaces/libpgtcl/mkMakefile.tkdefs.sh
12121210
src/interfaces/odbc/GNUmakefile
12131211
src/interfaces/odbc/Makefile.global
12141212
src/interfaces/python/GNUmakefile

‎src/interfaces/libpgtcl/Makefile.in

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.42 2000/06/13 09:16:39 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.43 2000/06/14 17:07:31 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -19,14 +19,6 @@ include $(SRCDIR)/Makefile.global
1919

2020
CFLAGS+= -I$(LIBPQDIR)
2121

22-
#
23-
# Include definitions from the tclConfig.sh file
24-
#
25-
include Makefile.tcldefs
26-
ifeq ($(USE_TK), true)
27-
include Makefile.tkdefs
28-
endif
29-
3022
ifdefKRBVERS
3123
CFLAGS+=$(KRBFLAGS)
3224
endif
@@ -43,7 +35,6 @@ SHLIB_LINK+= $(findstring -lcrypt,$(LIBS))
4335
# Shared library stuff, also default 'all' target
4436
include$(SRCDIR)/Makefile.shlib
4537

46-
4738
.PHONY: install beforeinstall-headers install-headers
4839

4940
install: install-headers install-lib$(install-shlib-dep)

‎src/interfaces/libpgtcl/mkMakefile.tcldefs.sh.in

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎src/interfaces/libpgtcl/mkMakefile.tkdefs.sh.in

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp