From b24bf0771ff4d42dd63a539bb2cd20765ed9efa7 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 27 Apr 2014 12:32:55 +0200 Subject: [PATCH] Fix typo Thanks to Kamil Smardzewski for the patch. Signed-off-by: Sebastian Ramacher --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb42d1f..4034982 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ dbus-interface-definitions.c: data/org.pwmt.zathura.xml $(QUIET)echo 'const char* DBUS_INTERFACE_XML =' >> $@.tmp $(QUIET)sed 's/^\(.*\)$$/"\1\\n"/' data/org.pwmt.zathura.xml >> $@.tmp $(QUIET)echo ';' >> $@.tmp - $(QUIET)mv $@.tmp $@.c + $(QUIET)mv $@.tmp $@ css-definitions.c: data/zathura.css_t $(QUIET)echo '#include "css-definitions.h"' > $@.tmp