]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
libafscp: makefile install rule update
authorMichael Meffie <mmeffie@sinenomine.net>
Fri, 22 Nov 2013 16:50:11 +0000 (11:50 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 7 Aug 2014 10:52:57 +0000 (06:52 -0400)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
(cherry picked from commit 52fe3f52de95b698c93ca5da3c1ed59447817610)

Change-Id: I1ed7e92b8e27f3df8fc76ccaa6bac4199e40c180
Reviewed-on: http://gerrit.openafs.org/11228
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/libafscp/Makefile.in

index cac4dee7088d10b6ef6b5c2172027069d7281f23..3a09327d9ec0dccfb3229d81f167b39c22a2a6ee 100644 (file)
@@ -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