summarylogtreecommitdiffstats
path: root/Makefile.stub-patch
blob: 469ef3d17fbb9a5328e7b91eb67cb963c440fa23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- asis-gpl-2017-src/Makefile.stub
+++ asis-gpl-2017-src-new/Makefile.stub
@@ -3,8 +3,9 @@
 
 # Where Asis library should be installed
 # Default is into current GNAT directory
-INSTALL_DIR = $(dir $(shell which gnatls))..
-prefix=$(INSTALL_DIR)
+#INSTALL_DIR = $(dir $(shell which gnatls))..
+#prefix=$(INSTALL_DIR)
+prefix=$(PREFIX)
 
 # System commands
 LN = ln -s