File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.41 1998/04/27 17:07:22 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.42 1998/05/12 15:42:08 momjian Exp $
11
11
#
12
12
# NOTES
13
13
# Essentially all Postgres make files include this file and use the
@@ -257,6 +257,7 @@ endif
257
257
258
258
ifdef COPT
259
259
CFLAGS+= $(COPT)
260
+ LDFLAGS+= $(COPT)
260
261
endif
261
262
262
263
ifdef PROFILE
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.17 1998/04/06 16:51:35 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.18 1998/05/12 15:42:08 momjian Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -22,8 +22,8 @@ CFLAGS+= $(KRBFLAGS)
22
22
endif
23
23
24
24
# try to find libpgtcl.a in either directory
25
- LIBPGTCL = -L$(SRCDIR ) /interfaces/libpgtcl -L $( LIBDIR ) - lpgtcl
26
- LIBPQ = -L$(LIBPQDIR ) -L $( LIBDIR ) - lpq
25
+ LIBPGTCL = -L$(SRCDIR ) /interfaces/libpgtcl -lpgtcl
26
+ LIBPQ = -L$(LIBPQDIR ) -lpq
27
27
28
28
all : pgtclsh pgtksh
29
29
Original file line number Diff line number Diff line change 24
24
*
25
25
*
26
26
* IDENTIFICATION
27
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.13 1998/05/07 16:17:16 momjian Exp $
27
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.14 1998/05/12 15:42:09 momjian Exp $
28
28
*
29
29
*-------------------------------------------------------------------------
30
30
*/
34
34
#include <string.h>
35
35
#include <errno.h>
36
36
#include <time.h>
37
+ #include <sys/time.h>
37
38
#if !defined(NO_UNISTD_H )
38
39
#include <unistd.h>
39
40
#endif
You can’t perform that action at this time.
0 commit comments