summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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