diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | mkfs.ubifs/Makefile | 2 | ||||
| -rw-r--r-- | ubi-utils/Makefile | 2 | ||||
| -rw-r--r-- | ubi-utils/new-utils/Makefile | 2 | 
4 files changed, 4 insertions, 4 deletions
@@ -96,7 +96,7 @@ $(BUILDDIR)/fectest: $(BUILDDIR)/fectest.o $(BUILDDIR)/crc32.o $(BUILDDIR)/fec.o  install: ${TARGETS}  	mkdir -p ${DESTDIR}/${SBINDIR} -	install -m0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/ +	install -m 0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/  	mkdir -p ${DESTDIR}/${MANDIR}/man1  	gzip -9c mkfs.jffs2.1 > ${DESTDIR}/${MANDIR}/man1/mkfs.jffs2.1.gz  	$(MAKE) -C $(BUILDDIR)/ubi-utils install diff --git a/mkfs.ubifs/Makefile b/mkfs.ubifs/Makefile index a327eee..f802bff 100644 --- a/mkfs.ubifs/Makefile +++ b/mkfs.ubifs/Makefile @@ -20,4 +20,4 @@ cscope:  install: ${TARGETS}  	mkdir -p ${DESTDIR}/${SBINDIR} -	install -m0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/ +	install -m 0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/ diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index 4cca316..63058e1 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -75,7 +75,7 @@ pfi2bin: pfi2bin.o peb.o error.o list.o crc32.o libubigen.o bootenv.o \  install: ${TARGETS}  	mkdir -p ${DESTDIR}/${SBINDIR} -	install -m0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/ +	install -m 0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/  	(cd perl && install ${PERLPROGS} ${DESTDIR}/${SBINDIR}/)  uninstall: diff --git a/ubi-utils/new-utils/Makefile b/ubi-utils/new-utils/Makefile index 6fce7c6..133dd66 100644 --- a/ubi-utils/new-utils/Makefile +++ b/ubi-utils/new-utils/Makefile @@ -66,7 +66,7 @@ clean:  install: ${UTILS}  	mkdir -p ${DESTDIR}/${SBINDIR} -	install -m0755 ${UTILS} ${DESTDIR}/${SBINDIR}/ +	install -m 0755 ${UTILS} ${DESTDIR}/${SBINDIR}/  uninstall:  	for file in ${UTILS}; do \  | 
