summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2015-06-04 09:06:31 +0100
committerWill Thompson <will@willthompson.co.uk>2015-06-04 09:06:31 +0100
commite2a25206f52260791e86fa5ee4f56725c53b99b8 (patch)
treed8781c605877d0f970d3c7b5c925a2e747850728 /Makefile
parent42e954c63fb73e9d96b3d404c45bb957e4676438 (diff)
Fail to build without help2manbustle-0.5.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9dbe16d..31ef034 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ BUSTLE_PCAP_GENERATED_HEADERS = dist/build/autogen/version.h
BUSTLE_PCAP_HEADERS = c-sources/pcap-monitor.h $(BUSTLE_PCAP_GENERATED_HEADERS)
bustle-pcap.1: dist/build/bustle-pcap
- -help2man --output=$@ --no-info --name='Generate D-Bus logs for bustle' $<
+ help2man --output=$@ --no-info --name='Generate D-Bus logs for bustle' $<
bustle.desktop: data/bustle.desktop.in
LC_ALL=C intltool-merge -d -u po $< $@