aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-01-29 14:54:43 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-01-29 14:54:43 -0800
commitc360afa9f933cdd370848fc0668c967df1549602 (patch)
tree8610c46787614cf3ef79c462f4c2944962dfceed /doc
parent0c20fa4ec6ba2933ac07008e1f288574a6941e79 (diff)
downloadandroid_external_brctl-c360afa9f933cdd370848fc0668c967df1549602.tar.gz
android_external_brctl-c360afa9f933cdd370848fc0668c967df1549602.tar.bz2
android_external_brctl-c360afa9f933cdd370848fc0668c967df1549602.zip
don't install libbridge.a
Resolve some problems with make install Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index a07a50f..f4b04b8 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -18,4 +18,4 @@ clean:
install:
mkdir -p $(DESTDIR)$(mandir)/man8
- install -m 644 brctl.8 $(DESTDIR)$(mandir)/man8
+ $(INSTALL) -m 644 brctl.8 $(DESTDIR)$(mandir)/man8