Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3f41675

Browse files
committed
Move unixware thread stuff into Makefile.unixware.
1 parent 5e938d8 commit 3f41675

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/Makefile.global.in

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.183 2004/05/13 23:05:54 momjian Exp $
2+
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.184 2004/05/14 00:03:07 momjian Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -177,12 +177,6 @@ ifeq ($(GCC), yes)
177177
CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
178178
endif
179179

180-
# Unixware needs threads for everything that uses libpq
181-
ifeq ($(PORTNAME),unixware)
182-
CFLAGS += "$PTHREAD_CFLAGS"
183-
endif
184-
185-
186180
# Kind-of compilers
187181

188182
YACC = @YACC@

src/makefiles/Makefile.unixware

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ endif
3030
$(CC) $(SO_FLAGS) -o $@ $<
3131

3232
sqlmansect = 5sql
33+
34+
# Unixware needs threads for everything that uses libpq
35+
CFLAGS += "$PTHREAD_CFLAGS"
36+
37+

0 commit comments

Comments
 (0)