X-Git-Url: http://git.shiar.nl/netris.git/blobdiff_plain/c7eeb8f0c70c3d6538b7199f0e2094967413d35d..dad72a6bf82c2f6d9f857499711827e425e1e279:/Makefile diff --git a/Makefile b/Makefile index ba18908..48062e9 100644 --- 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