Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git] / src / makefiles / Makefile.darwin
blob9f761d4b4bb0f27b38eedfc1a0f3ef72dc448fbf
1 AROPT = crs
2 AWK= awk
3  
4 DLSUFFIX = .so
5 CFLAGS_SL =
7 ifdef PGXS
8 BE_DLLLIBS= -bundle_loader $(bindir)/postgres
9 else
10 BE_DLLLIBS= -bundle_loader $(top_builddir)/src/backend/postgres
11 endif
13 # Rule for building shared libs (currently used only for regression test
14 # shlib ... should go away, since this is not really enough knowledge)
15 %.so: %.o
16         $(CC) $(CFLAGS) -bundle -o $@ $< $(BE_DLLLIBS)
18 sqlmansect = 7