summarylogtreecommitdiffstats
path: root/patch-Makefile.stub
blob: af0a5f244b7b8dca5ffd9cad4e5cbf91717a334b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- Makefile.stub.orig	2015-06-22 09:23:18 UTC
+++ Makefile.stub
@@ -3,8 +3,7 @@ host := $(shell gcc -dumpmachine)
 
 # Where Asis library should be installed
 # Default is into current GNAT directory
-INSTALL_DIR = $(dir $(shell which gnatls))..
-prefix=$(INSTALL_DIR)
+prefix=$(PREFIX)
 
 # System commands
 LN = ln -s