Fix Makefile's

Missing space in man8 Makefile and install bridge command with
correct name
This commit is contained in:
Xose Vazquez Perez 2012-08-13 08:06:21 -07:00 committed by Stephen Hemminger
parent d992f3e611
commit 6d10827c79
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ all: bridge
bridge: $(BROBJ) $(LIBNETLINK) bridge: $(BROBJ) $(LIBNETLINK)
install: all install: all
install -m 0755 br $(DESTDIR)$(SBINDIR) install -m 0755 bridge $(DESTDIR)$(SBINDIR)
clean: clean:
rm -f $(BROBJ) br rm -f $(BROBJ) bridge