]> git.pond.sub.org Git - empserver/blobdiff - src/client/Makefile.in
Update copyright notice.
[empserver] / src / client / Makefile.in
index e6dabd58594521756c677f436385530c7bf8c1e5..5aefd107dec31fd9037bc33ded5e9e0dcf122696 100644 (file)
@@ -1,6 +1,6 @@
 # 
 #   Empire - A multi-player, client/server Internet based war game.
-#   Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+#   Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
 #                            Ken Stevens, Steve McClure
 # 
 #   This program is free software; you can redistribute it and/or modify
@@ -33,8 +33,7 @@
 # 
 
 CC = @CC@
-CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@ @DEFS@ -I.
+CFLAGS = @CFLAGS@ @CPPFLAGS@ @DEFS@ -I.
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
 E = @EXEEXT@
@@ -59,7 +58,7 @@ saveargv.$O servcmd.$O serverio.$O tags.$O termio.$O termlib.$O
 all: $(prog)
 
 $(prog): $(obj)
-       $(CC) $(LDFLAGS) -o empire $(obj) $(LIBS)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o empire $(obj) $(LIBS)
 
 clean:
        rm -f $(obj) $(prog)