summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-11-17 00:22:17 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-11-17 00:22:17 +0000
commitbaaa2c05dd789bdce64fa7eb5697a5f969d68288 (patch)
tree10e9a031d031931ada347b7e973355f18b44677b
parent65571526b685d63cdae0e74b75ebf3553eb648dc (diff)
20001117
- (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64e36d0e8..a6f5f04ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120001117
2 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
3 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
4
120001116 520001116
2 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO 6 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
3 releases. 7 releases.
diff --git a/Makefile.in b/Makefile.in
index c01859ac0..733f34e67 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,7 +169,7 @@ install-files:
169 fi ; \ 169 fi ; \
170 fi 170 fi
171 if [ ! -f $(DESTDIR)$(sysconfdir)/primes ]; then \ 171 if [ ! -f $(DESTDIR)$(sysconfdir)/primes ]; then \
172 $(INSTALL) -m 644 primes $(DESTDIR)$(sysconfdir)/primes; \ 172 $(INSTALL) -m 644 primes.out $(DESTDIR)$(sysconfdir)/primes; \
173 else \ 173 else \
174 echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite"; \ 174 echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite"; \
175 fi 175 fi