20001117
 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
   has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
diff --git a/Makefile.in b/Makefile.in
index c01859a..733f34e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,7 +169,7 @@
 		fi ; \
 	fi
 	if [ ! -f $(DESTDIR)$(sysconfdir)/primes ]; then \
-		$(INSTALL) -m 644 primes $(DESTDIR)$(sysconfdir)/primes; \
+		$(INSTALL) -m 644 primes.out $(DESTDIR)$(sysconfdir)/primes; \
 	else \
 		echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite"; \
 	fi