aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-25 21:54:20 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-25 21:54:20 +0200
commit452c4dc72dd28bb17f3809031b74537043ac15cf (patch)
tree346af5ae9192980713a63ddb267b0ee351066574 /Makefile
parentparentheses around assignment used as truth value (diff)
downloadbus-452c4dc72dd28bb17f3809031b74537043ac15cf.tar.gz
bus-452c4dc72dd28bb17f3809031b74537043ac15cf.tar.bz2
bus-452c4dc72dd28bb17f3809031b74537043ac15cf.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9c92e3a..6171ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -132,17 +132,17 @@ install-man1: $(foreach M,${MAN1},bin/${M}.1)
@install -m644 $^ -- "${DESTDIR}${MANDIR}/man1"
install-man3: $(foreach M,${MAN3},bin/${M}.3)
- @echo INSTALL $(foreach M,${MAN1},${M}.3)
+ @echo INSTALL $(foreach M,${MAN3},${M}.3)
@install -dm755 -- "${DESTDIR}${MANDIR}/man3"
@install -m644 $^ -- "${DESTDIR}${MANDIR}/man3"
install-man5: $(foreach M,${MAN5},bin/${M}.5)
- @echo INSTALL $(foreach M,${MAN1},${M}.5)
+ @echo INSTALL $(foreach M,${MAN5},${M}.5)
@install -dm755 -- "${DESTDIR}${MANDIR}/man5"
@install -m644 $^ -- "${DESTDIR}${MANDIR}/man5"
install-man7: $(foreach M,${MAN7},bin/${M}.7)
- @echo INSTALL $(foreach M,${MAN1},${M}.7)
+ @echo INSTALL $(foreach M,${MAN7},${M}.7)
@install -dm755 -- "${DESTDIR}${MANDIR}/man7"
@install -m644 $^ -- "${DESTDIR}${MANDIR}/man7"