summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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