Simplify INCLUDE statements in build.info files
[openssl.git] / build.info
index 6f057cd4c9588d155dbdec1c46a75509860bd1c1..cfaa712a7ee2f2c5073ab1059fc3168bc8d12ba0 100644 (file)
@@ -1,9 +1,8 @@
-{- use File::Spec::Functions qw/catdir rel2abs/; -}
 LIBS=libcrypto libssl
 ORDINALS[libcrypto]=crypto
 ORDINALS[libssl]=ssl
-INCLUDE[libcrypto]="{- rel2abs(catdir($builddir,"include")) -}" . crypto/include include
-INCLUDE[libssl]="{- rel2abs(catdir($builddir,"include")) -}" . include
+INCLUDE[libcrypto]=. crypto/include include
+INCLUDE[libssl]=. include
 DEPEND[libssl]=libcrypto
 
 # Empty DEPEND "indices" means the dependencies are expected to be built