summaryrefslogtreecommitdiff
path: root/src/grp-system/systemctl/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-08 13:20:56 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-08 13:20:56 -0400
commit1cfeca882ebbd2de350a62e97e7ace35d3a57644 (patch)
treee6ca6b8ae85c643f1c4a59d9467e74fd4825c8a7 /src/grp-system/systemctl/Makefile
parent7f991fe569fc0562c9d67b3a473f9a4dda8dbc4d (diff)
fix
Diffstat (limited to 'src/grp-system/systemctl/Makefile')
-rw-r--r--src/grp-system/systemctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-system/systemctl/Makefile b/src/grp-system/systemctl/Makefile
index 43269c66c7..fcd72b00c5 100644
--- a/src/grp-system/systemctl/Makefile
+++ b/src/grp-system/systemctl/Makefile
@@ -30,8 +30,8 @@ systemctl_SOURCES = \
systemctl_LDADD = \
libshared.la
-systemd.CPPFLAGS += -DROOTLIBEXECDIR=\"$(rootlibexecdir)\"
-systemd.CPPFLAGS += -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\"
-systemd.CPPFLAGS += -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\"
+sd.CPPFLAGS += -DROOTLIBEXECDIR=\"$(rootlibexecdir)\"
+sd.CPPFLAGS += -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\"
+sd.CPPFLAGS += -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\"
include $(topsrcdir)/build-aux/Makefile.tail.mk