We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a3e39 commit b064206Copy full SHA for b064206
src/bin/psql/win32.mak
@@ -77,9 +77,9 @@ LINK32_OBJS= \
77
$(LINK32_FLAGS) $(LINK32_OBJS)
78
<<
79
80
-"$(OUTDIR)\getopt.obj" : "$(OUTDIR)" ..\..\utils\getopt.c
+"$(OUTDIR)\getopt.obj" : "$(OUTDIR)" ..\..\port\getopt.c
81
$(CPP) @<<
82
- $(CPP_PROJ) ..\..\utils\getopt.c
+ $(CPP_PROJ) ..\..\port\getopt.c
83
84
85
.c{$(CPP_OBJS)}.obj::
0 commit comments