summaryrefslogtreecommitdiff
path: root/src/systemd-shutdown/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-shutdown/Makefile')
-rw-r--r--src/systemd-shutdown/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd-shutdown/Makefile b/src/systemd-shutdown/Makefile
index 1017422b75..ba2dac9e47 100644
--- a/src/systemd-shutdown/Makefile
+++ b/src/systemd-shutdown/Makefile
@@ -36,7 +36,7 @@ systemd_shutdown_SOURCES = \
systemd_shutdown_LDADD = \
libshared.la
-systemd.CPPFLAGS += -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\"
-systemd.CPPFLAGS += -DKEXEC=\"$(KEXEC)\"
+sd.CPPFLAGS += -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\"
+sd.CPPFLAGS += -DKEXEC=\"$(KEXEC)\"
include $(topsrcdir)/build-aux/Makefile.tail.mk