summaryrefslogtreecommitdiff
path: root/src/grp-utils
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-utils
parent7f991fe569fc0562c9d67b3a473f9a4dda8dbc4d (diff)
fix
Diffstat (limited to 'src/grp-utils')
-rw-r--r--src/grp-utils/Makefile10
-rw-r--r--src/grp-utils/systemd-path/Makefile4
2 files changed, 7 insertions, 7 deletions
diff --git a/src/grp-utils/Makefile b/src/grp-utils/Makefile
index eda1a32f4b..9d510cf3cc 100644
--- a/src/grp-utils/Makefile
+++ b/src/grp-utils/Makefile
@@ -23,10 +23,10 @@
include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
-at.subdirs += systemd-ac-power
-at.subdirs += systemd-escape
-at.subdirs += systemd-notify
-at.subdirs += systemd-path
-at.subdirs += systemd-socket-activate
+nested.subdirs += systemd-ac-power
+nested.subdirs += systemd-escape
+nested.subdirs += systemd-notify
+nested.subdirs += systemd-path
+nested.subdirs += systemd-socket-activate
include $(topsrcdir)/build-aux/Makefile.tail.mk
diff --git a/src/grp-utils/systemd-path/Makefile b/src/grp-utils/systemd-path/Makefile
index f1a5ccd8bb..9fcae47938 100644
--- a/src/grp-utils/systemd-path/Makefile
+++ b/src/grp-utils/systemd-path/Makefile
@@ -32,7 +32,7 @@ systemd_path_SOURCES = \
systemd_path_LDADD = \
libbasic.la
-systemd.CPPFLAGS += -DLIBDIR=\"$(libdir)\"
-systemd.CPPFLAGS += -DROOTLIBDIR=\"$(rootlibdir)\"
+sd.CPPFLAGS += -DLIBDIR=\"$(libdir)\"
+sd.CPPFLAGS += -DROOTLIBDIR=\"$(rootlibdir)\"
include $(topsrcdir)/build-aux/Makefile.tail.mk