diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index b8a01d2f8..fcbc522f2 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.272 2005/05/26 02:02:15 djm Exp $ | 1 | # $Id: Makefile.in,v 1.273 2005/05/29 07:22:29 dtucker Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -190,7 +190,7 @@ ssh_prng_cmds.out: ssh_prng_cmds | |||
190 | $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \ | 190 | $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \ |
191 | fi | 191 | fi |
192 | 192 | ||
193 | # fake rule to stop make trying to compile moduli.o into a binary "modulo" | 193 | # fake rule to stop make trying to compile moduli.o into a binary "moduli.o" |
194 | moduli: | 194 | moduli: |
195 | echo | 195 | echo |
196 | 196 | ||