|
1 | 1 | # -*-makefile-*- |
2 | | -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.164 2003/06/14 14:35:42 momjian Exp $ |
| 2 | +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.165 2003/08/08 02:48:24 momjian Exp $ |
3 | 3 |
|
4 | 4 | #------------------------------------------------------------------------------ |
5 | 5 | # All PostgreSQL makefiles include this file and use the variables it sets, |
@@ -341,7 +341,7 @@ endif |
341 | 341 | # |
342 | 342 | # substitute implementations of the C library |
343 | 343 |
|
344 | | -LIBOBJS = @LIBOBJS@ path.othreads.o |
| 344 | +LIBOBJS = @LIBOBJS@ path.othread.o |
345 | 345 |
|
346 | 346 | ifneq (,$(LIBOBJS)) |
347 | 347 | LIBS += -lpgport |
|