Message ID | 1378173132-15270-1-git-send-email-rongqing.li@windriver.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
diff --git a/Makefile b/Makefile index c43cb68..40ef205 100644 --- a/Makefile +++ b/Makefile @@ -190,7 +190,7 @@ clean : $(libs) $(lib_links) $(Q)$(MAKE) $(MAKEOPTS) -C man $@ -install: $(libs) $(progs) install-man +install: version.h $(libs) $(progs) install-man $(INSTALL) -m755 -d $(DESTDIR)$(bindir) $(INSTALL) $(progs) $(DESTDIR)$(bindir) $(INSTALL) -m755 -d $(DESTDIR)$(libdir)