Simplify INCLUDE statements in build.info files
[oweals/openssl.git] / fuzz / build.info
index c920e95dc18aea4ca39120e6e02a22b883722add..82569a2910b4859aa949b3e9ef8234a2b9d06f1e 100644 (file)
@@ -2,41 +2,41 @@
 PROGRAMS=asn1-test asn1parse-test bignum-test bndiv-test cms-test conf-test crl-test ct-test server-test x509-test
 
 SOURCE[asn1-test]=asn1.c test-corpus.c
-INCLUDE[asn1-test]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+INCLUDE[asn1-test]=../include
 DEPEND[asn1-test]=../libcrypto
 
 SOURCE[asn1parse-test]=asn1parse.c test-corpus.c
-INCLUDE[asn1parse-test]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+INCLUDE[asn1parse-test]=../include
 DEPEND[asn1parse-test]=../libcrypto
 
 SOURCE[bignum-test]=bignum.c test-corpus.c
-INCLUDE[bignum-test]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+INCLUDE[bignum-test]=../include
 DEPEND[bignum-test]=../libcrypto
 
 SOURCE[bndiv-test]=bndiv.c test-corpus.c
-INCLUDE[bndiv-test]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+INCLUDE[bndiv-test]=../include
 DEPEND[bndiv-test]=../libcrypto
 
 SOURCE[cms-test]=cms.c test-corpus.c
-INCLUDE[cms-test]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+INCLUDE[cms-test]=../include
 DEPEND[cms-test]=../libcrypto
 
 SOURCE[conf-test]=conf.c test-corpus.c
-INCLUDE[conf-test]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+INCLUDE[conf-test]=../include
 DEPEND[conf-test]=../libcrypto
 
 SOURCE[crl-test]=crl.c test-corpus.c
-INCLUDE[crl-test]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+INCLUDE[crl-test]=../include
 DEPEND[crl-test]=../libcrypto
 
 SOURCE[ct-test]=ct.c test-corpus.c
-INCLUDE[ct-test]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+INCLUDE[ct-test]=../include
 DEPEND[ct-test]=../libcrypto
 
 SOURCE[server-test]=server.c test-corpus.c
-INCLUDE[server-test]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+INCLUDE[server-test]=../include
 DEPEND[server-test]=../libcrypto ../libssl
 
 SOURCE[x509-test]=x509.c test-corpus.c
-INCLUDE[x509-test]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+INCLUDE[x509-test]=../include
 DEPEND[x509-test]=../libcrypto