diff options
Diffstat (limited to 'src/grp-initutils')
-rw-r--r-- | src/grp-initutils/Makefile | 32 | ||||
-rw-r--r-- | src/grp-initutils/systemd-quotacheck/Makefile | 2 | ||||
-rw-r--r-- | src/grp-initutils/systemd-random-seed/Makefile | 4 | ||||
-rw-r--r-- | src/grp-initutils/systemd-sleep/Makefile | 2 |
4 files changed, 20 insertions, 20 deletions
diff --git a/src/grp-initutils/Makefile b/src/grp-initutils/Makefile index 8760b1cd32..0bc22bb42c 100644 --- a/src/grp-initutils/Makefile +++ b/src/grp-initutils/Makefile @@ -23,21 +23,21 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -at.subdirs += systemd-backlight -at.subdirs += systemd-binfmt -at.subdirs += systemd-detect-virt -at.subdirs += systemd-firstboot -at.subdirs += systemd-fsck -at.subdirs += systemd-quotacheck -at.subdirs += systemd-random-seed -at.subdirs += systemd-rfkill -at.subdirs += systemd-sleep -at.subdirs += systemd-sysctl -at.subdirs += systemd-sysusers -at.subdirs += systemd-tmpfiles -at.subdirs += systemd-update-done -at.subdirs += systemd-update-utmp -at.subdirs += systemd-user-sessions -at.subdirs += systemd-vconsole-setup +nested.subdirs += systemd-backlight +nested.subdirs += systemd-binfmt +nested.subdirs += systemd-detect-virt +nested.subdirs += systemd-firstboot +nested.subdirs += systemd-fsck +nested.subdirs += systemd-quotacheck +nested.subdirs += systemd-random-seed +nested.subdirs += systemd-rfkill +nested.subdirs += systemd-sleep +nested.subdirs += systemd-sysctl +nested.subdirs += systemd-sysusers +nested.subdirs += systemd-tmpfiles +nested.subdirs += systemd-update-done +nested.subdirs += systemd-update-utmp +nested.subdirs += systemd-user-sessions +nested.subdirs += systemd-vconsole-setup include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/grp-initutils/systemd-quotacheck/Makefile b/src/grp-initutils/systemd-quotacheck/Makefile index 979ae07c9e..bb3d8dce6b 100644 --- a/src/grp-initutils/systemd-quotacheck/Makefile +++ b/src/grp-initutils/systemd-quotacheck/Makefile @@ -43,6 +43,6 @@ EXTRA_DIST += \ nodist_systemunit_DATA += \ units/quotaon.service -systemd.CPPFLAGS += -DQUOTACHECK=\"$(QUOTACHECK)\" +sd.CPPFLAGS += -DQUOTACHECK=\"$(QUOTACHECK)\" include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/grp-initutils/systemd-random-seed/Makefile b/src/grp-initutils/systemd-random-seed/Makefile index 65ae60828b..489a8ab007 100644 --- a/src/grp-initutils/systemd-random-seed/Makefile +++ b/src/grp-initutils/systemd-random-seed/Makefile @@ -44,7 +44,7 @@ endif # ENABLE_RANDOMSEED EXTRA_DIST += \ units/systemd-random-seed.service.in -systemd.CPPFLAGS += -DRANDOM_SEED_DIR=\"$(localstatedir)/lib/systemd/\" -systemd.CPPFLAGS += -DRANDOM_SEED=\"$(localstatedir)/lib/systemd/random-seed\" +sd.CPPFLAGS += -DRANDOM_SEED_DIR=\"$(localstatedir)/lib/systemd/\" +sd.CPPFLAGS += -DRANDOM_SEED=\"$(localstatedir)/lib/systemd/random-seed\" include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/grp-initutils/systemd-sleep/Makefile b/src/grp-initutils/systemd-sleep/Makefile index 9ac849f817..6097d09f88 100644 --- a/src/grp-initutils/systemd-sleep/Makefile +++ b/src/grp-initutils/systemd-sleep/Makefile @@ -30,6 +30,6 @@ systemd_sleep_SOURCES = \ systemd_sleep_LDADD = \ libshared.la -systemd.CPPFLAGS += -DSYSTEM_SLEEP_PATH=\"$(systemsleepdir)\" +sd.CPPFLAGS += -DSYSTEM_SLEEP_PATH=\"$(systemsleepdir)\" include $(topsrcdir)/build-aux/Makefile.tail.mk |