use more customary lowercase filename for configure script
[netris.git] / Makefile
index ba1890894ed93fc857987994a5709bbacb33a649..48062e93c185b88f58b5ab664824eb486e32e4fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ OBJS = $(SRCS:.c=.o)
 SOBJS = $(SSRCS:.c=.o)
 
 DISTFILES = README FAQ INSTALL COPYING TODO CHANGES \
-       Configure Makefile netris.h \
+       configure Makefile netris.h \
        $(SRCS) server.c \
 
 all: Makefile config.h $(PROG) $(SPROG)
@@ -29,9 +29,9 @@ $(SPROG): $(SOBJS)
 .c.o:
        $(CC) $(CFLAGS) -c $<
 
-Makefile config.h: Configure
+Makefile config.h: configure
        @echo "Makefile and/or config.h is out of date"
-       @echo "Run ./Configure now"
+       @echo "Run ./configure now"
        @false
 
 dist: $(DISTFILES)
@@ -42,7 +42,7 @@ dist: $(DISTFILES)
        cp $(DISTFILES) $$dir; \
        chmod 755 $$dir; \
        chmod 644 $$dir/*; \
-       chmod 755 $$dir/Configure; \
+       chmod 755 $$dir/configure; \
        echo "Creating $$dir.tar.gz"; \
        tar -cvzof $$dir.tar.gz $$dir