File tree 4 files changed +11
-7
lines changed
4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.9 1997/09/27 19:28:40 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.10 1998/01/25 04:14:23 scrappy Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -16,6 +16,11 @@ include ../../Makefile.global
16
16
17
17
CFLAGS+ = -I$(TCL_INCDIR ) -I$(TK_INCDIR ) -I$(X11_INCDIR ) -I$(SRCDIR ) /interfaces/libpgtcl
18
18
19
+ ifdef KRBVERS
20
+ LDFLAGS+ = $(KRBLIBS )
21
+ CFLAGS+ = $(KRBFLAGS )
22
+ endif
23
+
19
24
# try to find libpgtcl.a in either directory
20
25
LIBPGTCL = -L$(SRCDIR ) /interfaces/libpgtcl -L$(LIBDIR ) -lpgtcl
21
26
LIBPQ = -L$(LIBPQDIR ) -L$(LIBDIR ) -lpq
Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ case "$host_os" in
580
580
sunos* ) os=sunos4 ;;
581
581
linux* ) os=linux ;;
582
582
bsdi* ) os=bsdi ;;
583
- freebsd* |netbsd|openbsd* ) os=bsd ;;
583
+ freebsd* |netbsd* |openbsd* ) os=bsd ;;
584
584
dgux* ) os=dgux;;
585
585
aix* ) os=aix ;;
586
586
nextstep* ) os=nextstep;;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ case "$host_os" in
16
16
sunos*) os=sunos4 ;;
17
17
linux*) os=linux ;;
18
18
bsdi*) os=bsdi ;;
19
- freebsd*|netbsd|openbsd*) os=bsd ;;
19
+ freebsd*|netbsd* |openbsd*) os=bsd ;;
20
20
dgux*) os=dgux;;
21
21
aix*) os=aix ;;
22
22
nextstep*) os=nextstep;;
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.3 1997/10/30 04:38:30 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.4 1998/01/25 04:14:36 scrappy Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
24
24
ifeq ($(USE_TCL ) , true)
25
25
$(MAKE) -C libpgtcl $@
26
26
endif
27
-
28
27
ifeq ($(USE_PERL ) , true)
29
- cd perl5 && perl Makefile.PL
30
- $(MAKE) -C perl5 $@
28
+ cd perl5 && perl Makefile.PL
29
+ $(MAKE) -C perl5 $@
31
30
endif
You can’t perform that action at this time.
0 commit comments