summarylogtreecommitdiffstats
path: root/patch-Makefile.in
blob: 048e8fc3f491fd697df3d79daa84f8029e0e45f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- Makefile.in	2016-07-02 04:33:23.639275587 +1000
+++ Makefile.in-new	2016-07-02 04:33:37.245942812 +1000
@@ -49,18 +49,18 @@
 endif
 
 static:
-	${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr
+	${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} -P xmlada.gpr
 
 shared relocatable:
-	${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr
+	${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} -P xmlada.gpr
 
 static-pic:
-	${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr
+	${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} -P xmlada.gpr
 
 # Rebuild the tests (and not the XML/Ada code itself)
 test: force
 	${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} \
-		-XTESTS_ACTIVATED=Only xmlada.gpr
+		-XTESTS_ACTIVATED=Only -P xmlada.gpr
 
 # Run the tests. This requires an install of XML/Ada first
 run_test: force