summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-03-30 19:01:21 +0000
committerRuss Allbery <rra@stanford.edu>2008-03-30 19:01:21 +0000
commit41fcbcdcd1dc65123c064841deefdf226924df32 (patch)
tree9ac9bc2aab271d9d3f9431d8e26512c4506bacb3
parentceb5ba6280391a7a1426703476d626033c3ab734 (diff)
my_getopt was renamed to getopt.
-rw-r--r--Makefile.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.w32 b/Makefile.w32
index 4e03266..11dc0c3 100644
--- a/Makefile.w32
+++ b/Makefile.w32
@@ -4,7 +4,7 @@ cflags=$(cflags) /I $(KRB5SDK)\inc\krb5 /I $(KRB5SDK)\inc\krb5\gssapi /I . /D_CR
rcflags=$(rcflags) /I .
-remctl.exe: remctl.obj my_getopt.obj messages.obj asprintf.obj winsock.obj xmalloc.obj remctl.lib remctl.res
+remctl.exe: remctl.obj getopt.obj messages.obj asprintf.obj winsock.obj xmalloc.obj remctl.lib remctl.res
link $(ldebug) $(lflags) /LIBPATH:$(KRB5SDK)\lib\$(CPU) /out:$@ $** ws2_32.lib advapi32.lib
remctl.lib: remctl.dll