Because the contents of openssl.pc may have to change when a configuration
authorRichard Levitte <levitte@openssl.org>
Thu, 19 Dec 2002 21:56:40 +0000 (21:56 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 Dec 2002 21:56:40 +0000 (21:56 +0000)
has been performed (and possibly changed), have it depend on Makefile.ssl.

Makefile.org

index c0ed9e42989166a41354fd4363e0f85e4d06b5da..b0f76b7a48f997c65b10adc89a18fd68406f284e 100644 (file)
@@ -283,7 +283,7 @@ do_$(SHLIB_TARGET):
                libs="$$libs -l$$i"; \
        done
 
-openssl.pc:
+openssl.pc: Makefile.ssl
        @ ( echo 'prefix=$(INSTALLTOP)'; \
            echo 'exec_prefix=$${prefix}'; \
            echo 'libdir=$${exec_prefix}/lib'; \