MinGW provides getopt(), no need to replace it

This commit is contained in:
Markus Armbruster 2009-04-18 16:33:08 +02:00
parent c9de868d55
commit b8fccf7324
5 changed files with 2 additions and 1184 deletions

View file

@ -274,9 +274,6 @@ $(server): $(filter src/server/% src/lib/commands/% src/lib/player/% src/lib/sub
$(client): $(filter src/client/%, $(obj)) src/lib/global/version.o
$(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@
ifeq ($(empthread),Windows) # really: W32, regardless of thread package
$(client): src/lib/w32/getopt.o
endif
$(util): $(libs)
@ -336,7 +333,6 @@ dist-client: $(cli_distgen)
$(notdir $(filter src/client/%, $(src)) $(cli_distgen)) \
-C $(srcdir)/include proto.h version.h \
-C $(srcdir)/src/lib/global version.c \
-C $(srcdir)/src/lib/w32 getopt.h getopt.c \
-C $(srcdir)/man empire.6 \
-C $(srcdir) COPYING INSTALL install-sh