From fab2e5d370c6336152e501a4a3f0667b74ae3344 Mon Sep 17 00:00:00 2001 From: mouring Date: Fri, 17 Nov 2000 00:22:17 +0000 Subject: [PATCH 1/1] 20001117 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It has no affect the output. Patch by Corinna Vinschen --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 64e36d0e..a6f5f04e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20001117 + - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It + has no affect the output. Patch by Corinna Vinschen + 20001116 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO releases. diff --git a/Makefile.in b/Makefile.in index c01859ac..733f34e6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,7 +169,7 @@ install-files: 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 -- 2.45.2