one FINAL_LOCATION

This commit is contained in:
Michael Davidsaver
2021-05-12 19:06:01 -07:00
parent 2952d114f5
commit fa9fb0a3ca
4 changed files with 10 additions and 3 deletions

View File

@ -71,6 +71,8 @@ INSTALL_DBD = $(INSTALL_LOCATION)/dbd
INSTALL_DB = $(INSTALL_LOCATION)/db
INSTALL_CONFIG = $(INSTALL_LOCATION)/configure
FINAL_LOCATION = $(shell $(PERL) $(TOOLS)/fullPathName.pl $(INSTALL_LOCATION))
# Directory for OS independant build created files
COMMON_DIR = ../O.Common