From 1cfeca882ebbd2de350a62e97e7ace35d3a57644 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 8 Aug 2016 13:20:56 -0400 Subject: fix --- src/grp-utils/Makefile | 10 +++++----- src/grp-utils/systemd-path/Makefile | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/grp-utils') 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 -- cgit v1.2.3-54-g00ecf