From b064206c092feb7d15392488fe5fb0075086e1e8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 29 Oct 2002 04:23:30 +0000 Subject: [PATCH] getopt.c now in /port, for MS Win. --- src/bin/psql/win32.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/psql/win32.mak b/src/bin/psql/win32.mak index 30e450c8f70..119e5cce9d6 100644 --- a/src/bin/psql/win32.mak +++ b/src/bin/psql/win32.mak @@ -77,9 +77,9 @@ LINK32_OBJS= \ $(LINK32_FLAGS) $(LINK32_OBJS) << -"$(OUTDIR)\getopt.obj" : "$(OUTDIR)" ..\..\utils\getopt.c +"$(OUTDIR)\getopt.obj" : "$(OUTDIR)" ..\..\port\getopt.c $(CPP) @<< - $(CPP_PROJ) ..\..\utils\getopt.c + $(CPP_PROJ) ..\..\port\getopt.c << .c{$(CPP_OBJS)}.obj:: -- 2.39.5