Move Makefiles to Makefile.in
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index ddd0764556da0a9367f5cbc72559c42415a32a47..41c3f32ec2cd35af5b736a0ca88b7c2242e1c98e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
      generic configurations "cc" or "gcc" should usually work on 32 bit
      systems.
 
-     Configure creates the file Makefile.ssl from Makefile.org and
+     Configure creates the file Makefile.ssl from Makefile.in and
      defines various macros in crypto/opensslconf.h (generated from
      crypto/opensslconf.h.in).
 
                rm -f $F; ln -s $OPENSSL_SOURCE/$F $F
                echo $F '->' $OPENSSL_SOURCE/$F
        done
-       make -f Makefile.org clean
+       make -f Makefile.in clean
 
  OPENSSL_SOURCE is an environment variable that contains the absolute (this
  is important!) path to the OpenSSL source tree.