From: Bruce Momjian Date: Tue, 29 Oct 2002 04:23:30 +0000 (+0000) Subject: getopt.c now in /port, for MS Win. X-Git-Tag: REL9_0_0~16421 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b064206c092feb7d15392488fe5fb0075086e1e8;p=pg-rex%2Fsyncrep.git getopt.c now in /port, for MS Win. --- diff --git a/src/bin/psql/win32.mak b/src/bin/psql/win32.mak index 30e450c8f7..119e5cce9d 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::