]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
libadmin: add header file deps
authorMichael Meffie <mmeffie@sinenomine.net>
Sun, 19 Jan 2014 03:40:12 +0000 (22:40 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 7 Aug 2014 11:08:35 +0000 (07:08 -0400)
Add the missing header file dependencies to the library targets.
This is needed for parallel make.

Reviewed-on: http://gerrit.openafs.org/10726
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 d2084563648cc1e8ec697c61f593935a0b5804a3)

Change-Id: I47b3b184a3284b56c4047e27b58b6cb3a8e16cef
Reviewed-on: http://gerrit.openafs.org/11235
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/libadmin/adminutil/Makefile.in

index e63c73ea89e9121b061890d5168597f1bc052f56..33891da0c708920070ff7d717ceae640ee202c97 100644 (file)
@@ -25,6 +25,16 @@ UBIK = ../../ubik
 VLSERVER = ../../vlserver
 VOLSER = ../../volser
 
+INCLS=afs_AdminBosErrors.h \
+       afs_AdminCfgErrors.h \
+       afs_AdminClientErrors.h \
+       afs_AdminMiscErrors.h \
+       afs_AdminCommonErrors.h \
+       afs_AdminKasErrors.h \
+       afs_AdminPtsErrors.h \
+       afs_AdminUtilErrors.h \
+       afs_AdminVosErrors.h
+
 all: ${TOP_LIBDIR}/libafsadminutil.a ${TOP_INCDIR}/afs/afs_utilAdmin.h \
        ${TOP_INCDIR}/afs/afs_AdminErrors.h
 
@@ -188,6 +198,8 @@ vl_errors.o: ${VLSERVER}/vl_errors.c
 volerr.o: ${VOLSER}/volerr.c
        ${CCRULE} ${VOLSER}/volerr.c
 
+${LIBOBJS}: ${INCLS}
+
 clean:
        $(RM) -f *.o libafsadminutil*
        $(RM) -f afs_AdminBosErrors.c afs_AdminBosErrors.h