Make hcrypto depend on config
authorMarc Dionne <marc.c.dionne@gmail.com>
Sat, 28 Aug 2010 19:50:04 +0000 (15:50 -0400)
committerDerrick Brashear <shadow@dementia.org>
Sat, 28 Aug 2010 22:20:04 +0000 (15:20 -0700)
hcrypto needs the top-level include structure to be present so it
can install its header files.  Add a dependency to "config" in
the Makefile to make this explicit and prevent occasional failures
with parallel builds.

Change-Id: If588d6a15fa1fdf371ec2841cc3a6e75077cccb0
Reviewed-on: http://gerrit.openafs.org/2620
Tested-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

Makefile.in

index 80601ad..ae16118 100644 (file)
@@ -165,7 +165,7 @@ cmd: comerr
                ${COMPILE_PART1} cmd ${COMPILE_PART2} ;; \
        esac
 
-hcrypto:
+hcrypto: config
        +${COMPILE_PART1} crypto/hcrypto ${COMPILE_PART2}
 
 lwp: util lwp_depinstall