OSDN Git Service

getopt.c now in /port, for MS Win.
authorBruce Momjian <bruce@momjian.us>
Tue, 29 Oct 2002 04:23:30 +0000 (04:23 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 29 Oct 2002 04:23:30 +0000 (04:23 +0000)
src/bin/psql/win32.mak

index 30e450c..119e5cc 100644 (file)
@@ -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::