mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
chmod ct-ng to be executable in the build dir.
This commit is contained in:
parent
5931c4dd26
commit
e9e6759672
@ -35,6 +35,7 @@ uninstall: uninstall-bin uninstall-lib uninstall-doc
|
||||
# Build rules
|
||||
|
||||
build-bin: ct-ng
|
||||
@chmod a+x ct-ng
|
||||
|
||||
build-lib:
|
||||
|
||||
@ -91,7 +92,7 @@ install-doc: $(DOCDIR) $(MANDIR)
|
||||
done
|
||||
@install -m 644 docs/ct-ng.1 $(MANDIR)
|
||||
|
||||
$(BINDIR) $(LIBDIR) $(DOCDIR) $(MANDIR):
|
||||
$(BINDIR) $(LIBDIR) $(DOCDIR) $(MANDIR)::
|
||||
@install -m 755 -d $@
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user