comerr, cmd, opr: fix library install targets
authorMarc Dionne <marc.c.dionne@gmail.com>
Sat, 8 Sep 2012 19:43:17 +0000 (15:43 -0400)
committerDerrick Brashear <shadow@your-file-system.com>
Sun, 9 Sep 2012 03:30:17 +0000 (20:30 -0700)
commit4fc7850a0c618443e3eb636ac5fe2f0e3202451b
tree7997503ab6bc85b8f865aab2c1caad759a4bde0a
parent22ee485b5d3f7d70e8326967be9b705352338c3a
comerr, cmd, opr: fix library install targets

Fix a couple of issues in the install targets following the libtool
changes:
- don't install liboafs_comerr or liboafs_opr, they're not ready to
be exposed to the outside world
- fix the libcmd.a install target to use INSTALL_DATA and the correct
library name

Change-Id: I2bf241cfff419d51bf170fdc871248e9b0c7ab33
Reviewed-on: http://gerrit.openafs.org/8063
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/cmd/Makefile.in
src/comerr/Makefile.in
src/opr/Makefile.in