diff options
Diffstat (limited to 'src/port/Makefile')
| -rw-r--r-- | src/port/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/Makefile b/src/port/Makefile index 60295dcdef..ffbe95effc 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -30,8 +30,8 @@ include $(top_builddir)/src/Makefile.global override CPPFLAGS := -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS) LIBS += $(PTHREAD_LIBS) -OBJS = $(LIBOBJS) chklocale.o dirmod.o exec.o inet_net_ntop.o noblock.o \ - path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o \ +OBJS = $(LIBOBJS) chklocale.o dirmod.o erand48.o exec.o inet_net_ntop.o \ + noblock.o path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o \ qsort.o qsort_arg.o sprompt.o thread.o # foo_srv.o and foo.o are both built from foo.c, but only foo.o has -DFRONTEND |
