Commit 8fbf37a0 authored by ROOL's avatar ROOL 🤖
Browse files

Install rule fix

Detail:
  Get EXPDIR and install rule from CLibrary shared makefile, to resolve its absence from recent distributions where INSTDIR is set (rather than an export phase being run).

Tagged as 'Desk-3.2.5-NoUnaligned-LongerResPath-WimpStructs-LoseFileFix-1'
......@@ -79,7 +79,6 @@ HDRS = \
CUSTOMLIB = custom
CUSTOMLIBZM = custom
EXPDIR = ${LIBDIR}.${TARGET}
# Define the export-header rule before we include
# Makefiles:CLibrary so that we take precedence
......@@ -99,9 +98,4 @@ ${LIBEXT}.${LIBRARYZM}: !Desk.o.Normalzm
${CP} !Desk.o.Normalzm $@ ${CPFLAGS}
BASIC -quit Patch325 $@
install: export_libs
${MKDIR} ${INSTDIR}
${CP} ${EXPDIR} ${INSTDIR}.${COMPONENT} ${CPFLAGS}
@${ECHO} ${COMPONENT}: install complete
# Dynamic dependencies:
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment