getopt.c now in /port, for MS Win.

This commit is contained in:
Bruce Momjian 2002-10-29 04:23:30 +00:00
parent 87a3e39e7c
commit b064206c09

View 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::