From: Michael Meffie Date: Fri, 22 Nov 2013 16:50:11 +0000 (-0500) Subject: libafscp: makefile install rule update X-Git-Tag: upstream/1.6.10_pre1^2~64 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e7e2cff64201ece5493c8fbe421604f620daebee;p=packages%2Fo%2Fopenafs.git libafscp: makefile install rule update Change the makefile install rules to install the header file from the libafscp directory, and not the top level include directory to make the install rules consistent with the rest of the tree. Reviewed-on: http://gerrit.openafs.org/10514 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk Reviewed-by: Derrick Brashear (cherry picked from commit 52fe3f52de95b698c93ca5da3c1ed59447817610) Change-Id: I1ed7e92b8e27f3df8fc76ccaa6bac4199e40c180 Reviewed-on: http://gerrit.openafs.org/11228 Tested-by: BuildBot Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: Benjamin Kaduk Reviewed-by: Stephan Wiesand --- diff --git a/src/libafscp/Makefile.in b/src/libafscp/Makefile.in index cac4dee70..3a09327d9 100644 --- a/src/libafscp/Makefile.in +++ b/src/libafscp/Makefile.in @@ -81,13 +81,13 @@ install: all ${INSTALL} -d ${DESTDIR}${libdir} ${INSTALL} -d ${DESTDIR}${includedir}/afs ${INSTALL_DATA} libafscp.a ${DESTDIR}${libdir}/libafscp.a - ${INSTALL_DATA} ${TOP_INCDIR}/afs/afscp.h ${DESTDIR}${includedir}/afs/afscp.h + ${INSTALL_DATA} afscp.h ${DESTDIR}${includedir}/afs/afscp.h dest: all ${INSTALL} -d ${DEST}/lib ${INSTALL} -d ${DEST}/include/afs ${INSTALL_DATA} libafscp.a ${DEST}/lib/libafscp.a - ${INSTALL_DATA} ${TOP_INCDIR}/afs/afscp.h ${DEST}/include/afs/afscp.h + ${INSTALL_DATA} afscp.h ${DEST}/include/afs/afscp.h # # Misc targets