Fix the query used for \d against 8.2 and 8.3 servers.
[PostgreSQL.git] / src / makefiles / Makefile.solaris
blob9f2bf1348c02a18a0a4220e624945ae241619593
1 # $PostgreSQL$
3 AROPT = crs
5 ifeq ($(with_gnu_ld), yes)
6 export_dynamic = -Wl,-E
7 rpath = -Wl,-rpath,'$(rpathdir)'
8 else
9 rpath = -Wl,-R'$(rpathdir)'
10 endif
12 DLSUFFIX = .so
13 ifeq ($(GCC), yes)
14 CFLAGS_SL = -fPIC
15 else
16 CFLAGS_SL = -KPIC
17 endif
19 %.so: %.o
20 ifeq ($(GCC), yes)
21         $(CC) $(CFLAGS) -shared -o $@ $<
22 else
23         $(CC) $(CFLAGS) -G -o $@ $<
24 endif
26 sqlmansect = 5sql