2007-04-09 23:25:36 +00:00
|
|
|
--- postgresql-8.2.3/src/port/Makefile 2006-07-14 11:45:43.000000000 -0500
|
|
|
|
+++ new-postgresql-8.2.3/src/port/Makefile 2007-04-09 12:14:11.906032000 -0500
|
|
|
|
@@ -43,6 +43,7 @@
|
2006-10-14 22:18:00 +00:00
|
|
|
|
|
|
|
libpgport.a: $(LIBOBJS)
|
|
|
|
$(AR) $(AROPT) $@ $^
|
|
|
|
+ $(RANLIB) libpgport.a
|
|
|
|
|
|
|
|
thread.o: thread.c
|
2007-04-09 23:25:36 +00:00
|
|
|
$(CC) $(CFLAGS) $(CPPFLAGS) $(PTHREAD_CFLAGS) -c $<
|