From: Derrick Brashear Date: Mon, 9 Jan 2012 02:02:04 +0000 (-0500) Subject: opr: fix generated target X-Git-Tag: upstream/1.8.0_pre1^2~2849 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=22005aae24006dbe9ed9169c82d09ecfb032438d;p=packages%2Fo%2Fopenafs.git opr: fix generated target we need opr for comerr, but we don't want it after. build, then clean up. Change-Id: I621f36bc5f6db85720b73b33578975d0dd126a18 Reviewed-on: http://gerrit.openafs.org/6525 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index 0e4635661..2d36381bf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -64,6 +64,7 @@ generated: force buildtools +${COMPILE_PART1} config ${COMPILE_PART2A} generated_clean +${COMPILE_PART1} roken ${COMPILE_PART2A} clean +${COMPILE_PART1} crypto/hcrypto ${COMPILE_PART2A} clean + +${COMPILE_PART1} opr ${COMPILE_PART2A} clean install: all install_dirs $(MAKE) build COMPILE_PART2B=install diff --git a/src/opr/Makefile.in b/src/opr/Makefile.in index 9d19276f2..3a8c90b43 100644 --- a/src/opr/Makefile.in +++ b/src/opr/Makefile.in @@ -44,5 +44,5 @@ install: libopr.a dest: libopr.a $(INSTALL_DATA) libopr.a $(DEST)/lib/libopr.a -buildtools: $(HEADERS) +buildtools: $(HEADERS) $(TOP_LIBDIR)/libopr.a