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 <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Derrick Brashear 2012-01-08 21:02:04 -05:00
parent 2caf0778dd
commit 22005aae24
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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