aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorshemminger <shemminger>2004-05-21 17:41:48 +0000
committershemminger <shemminger>2004-05-21 17:41:48 +0000
commit328f4711bbc369dcccf8f8cfba2adf5dd0f74479 (patch)
tree8dd07660534f32407d249d0259e2e8f3a62f2ae5 /Makefile.in
parent064717a4d7e47b47ba42e658abfd36acaa4a65d6 (diff)
downloadandroid_external_brctl-328f4711bbc369dcccf8f8cfba2adf5dd0f74479.tar.gz
android_external_brctl-328f4711bbc369dcccf8f8cfba2adf5dd0f74479.tar.bz2
android_external_brctl-328f4711bbc369dcccf8f8cfba2adf5dd0f74479.zip
New version of command and library that use sysfs.
Update make system to build with or without sysfs.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index be1d3ad..6028513 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,13 +2,14 @@
DESTDIR=
KERNEL_HEADERS=-I@KERNEL_HEADERS@
-INSTALL=install -s
+INSTALL=@INSTALL@
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
sbindir=@sbindir@
mandir=@mandir@
+distdir = $(PACKAGE)-$(VERSION)
SUBDIRS=libbridge brctl doc
@@ -31,3 +32,4 @@ maintainer-clean: distclean
install:
for x in $(SUBDIRS); do $(MAKE) $(MFLAGS) -C $$x install; done
+