Mercurial > hg > octave-nkf
diff Makefile.in @ 3029:9ce32027e269
[project @ 1997-06-05 06:39:06 by jwe]
author | jwe |
---|---|
date | Thu, 05 Jun 1997 06:46:03 +0000 |
parents | 1dd37f97364a |
children | bb05bfa835c9 |
line wrap: on
line diff
--- a/Makefile.in +++ b/Makefile.in @@ -23,13 +23,13 @@ $(MAKE) -f octMakefile omit_deps=true $@ binary-dist: FORCE - @if test -f configure && test -f octMakefile.in ; then \ - ./configure --disable-shared --disable-dl --disable-shl ; \ + @if test -f configure && test -f octMakefile.in; then \ + ./configure --disable-shared --disable-dl --disable-shl; \ else \ - echo "" ; \ - echo "*** You must run make binary-dist in the source directory." ; \ - echo "" ; \ - exit 1 ; \ + echo ""; \ + echo "*** You must run make binary-dist in the source directory."; \ + echo ""; \ + exit 1; \ fi $(MAKE) -f octMakefile CFLAGS=-O CXXFLAGS=-O LDFLAGS=-static all $(MAKE) -f octMakefile binary-dist @@ -101,17 +101,17 @@ @echo "" config-check: - @if test -f octMakefile ; then \ - true ; \ + @if test -f octMakefile; then \ + true; \ else \ - echo "" ; \ - echo "*** You must run configure before running make." ; \ - echo "***" ; \ - echo "*** Please read the INSTALL and INSTALL.OCTAVE files" ; \ - echo "*** for more information about how to configure and" ; \ - echo "*** compile Octave." ; \ - echo "" ; \ - exit 1 ; \ + echo ""; \ + echo "*** You must run configure before running make."; \ + echo "***"; \ + echo "*** Please read the INSTALL and INSTALL.OCTAVE files"; \ + echo "*** for more information about how to configure and"; \ + echo "*** compile Octave."; \ + echo ""; \ + exit 1; \ fi FORCE: