diff options
Diffstat (limited to 'src')
98 files changed, 98 insertions, 98 deletions
diff --git a/src/Makefile b/src/Makefile index b73bfd59e6..2086cd830d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk diff --git a/src/busctl/Makefile b/src/busctl/Makefile index a439fa56c5..c02430435e 100644 --- a/src/busctl/Makefile +++ b/src/busctl/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk bin_PROGRAMS += \ diff --git a/src/grp-boot/Makefile b/src/grp-boot/Makefile index 3446ec8cab..b7cedfc6f3 100644 --- a/src/grp-boot/Makefile +++ b/src/grp-boot/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk at.subdirs += bootctl systemd-boot diff --git a/src/grp-boot/bootctl/Makefile b/src/grp-boot/bootctl/Makefile index ff729aa9d2..95c2772da5 100644 --- a/src/grp-boot/bootctl/Makefile +++ b/src/grp-boot/bootctl/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_EFI),) diff --git a/src/grp-boot/systemd-boot/Makefile b/src/grp-boot/systemd-boot/Makefile index a9b731375c..974d0d20c1 100644 --- a/src/grp-boot/systemd-boot/Makefile +++ b/src/grp-boot/systemd-boot/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_EFI),) diff --git a/src/grp-coredump/Makefile b/src/grp-coredump/Makefile index 75885f5e32..020d0ce2d1 100644 --- a/src/grp-coredump/Makefile +++ b/src/grp-coredump/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk at.subdirs += coredumpctl systemd-coredump diff --git a/src/grp-coredump/coredumpctl/Makefile b/src/grp-coredump/coredumpctl/Makefile index 1f740186b3..00b5ee9e76 100644 --- a/src/grp-coredump/coredumpctl/Makefile +++ b/src/grp-coredump/coredumpctl/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk coredumpctl_SOURCES = \ diff --git a/src/grp-coredump/systemd-coredump/Makefile b/src/grp-coredump/systemd-coredump/Makefile index e0f8ab6035..c66ded1117 100644 --- a/src/grp-coredump/systemd-coredump/Makefile +++ b/src/grp-coredump/systemd-coredump/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_COREDUMP),) diff --git a/src/grp-machine/Makefile b/src/grp-machine/Makefile index 25460fdb7b..980b9bd04a 100644 --- a/src/grp-machine/Makefile +++ b/src/grp-machine/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk at.subdirs += machinectl systemd-machined diff --git a/src/grp-machine/libmachine-core/Makefile b/src/grp-machine/libmachine-core/Makefile index 5927d87bb8..81d7c9761e 100644 --- a/src/grp-machine/libmachine-core/Makefile +++ b/src/grp-machine/libmachine-core/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk libmachine_core_la_SOURCES = \ diff --git a/src/grp-machine/machinectl/Makefile b/src/grp-machine/machinectl/Makefile index ec1f402ad3..27f67baef0 100644 --- a/src/grp-machine/machinectl/Makefile +++ b/src/grp-machine/machinectl/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk machinectl_SOURCES = \ diff --git a/src/grp-machine/nss-mymachines/Makefile b/src/grp-machine/nss-mymachines/Makefile index c59463f52b..51363ed287 100644 --- a/src/grp-machine/nss-mymachines/Makefile +++ b/src/grp-machine/nss-mymachines/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk diff --git a/src/grp-machine/systemd-machined/Makefile b/src/grp-machine/systemd-machined/Makefile index b59ee910b4..219851d707 100644 --- a/src/grp-machine/systemd-machined/Makefile +++ b/src/grp-machine/systemd-machined/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_machined_SOURCES = \ diff --git a/src/grp-resolve/systemd-resolved/Makefile b/src/grp-resolve/systemd-resolved/Makefile index f2aa850301..5236b65749 100644 --- a/src/grp-resolve/systemd-resolved/Makefile +++ b/src/grp-resolve/systemd-resolved/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_RESOLVED),) diff --git a/src/grp-system/systemctl/Makefile b/src/grp-system/systemctl/Makefile index b5d9d8a148..3799f8bbf5 100644 --- a/src/grp-system/systemctl/Makefile +++ b/src/grp-system/systemctl/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemctl_SOURCES = \ diff --git a/src/grp-system/systemd/Makefile b/src/grp-system/systemd/Makefile index 8b786e2853..d8f5c2fd45 100644 --- a/src/grp-system/systemd/Makefile +++ b/src/grp-system/systemd/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_SOURCES = \ diff --git a/src/grp-timedate/systemd-timedated/Makefile b/src/grp-timedate/systemd-timedated/Makefile index 2d36db83b8..59edba8a93 100644 --- a/src/grp-timedate/systemd-timedated/Makefile +++ b/src/grp-timedate/systemd-timedated/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_TIMEDATED),) diff --git a/src/grp-timedate/timedatectl/Makefile b/src/grp-timedate/timedatectl/Makefile index e186da3104..cf835afe42 100644 --- a/src/grp-timedate/timedatectl/Makefile +++ b/src/grp-timedate/timedatectl/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_TIMEDATED),) diff --git a/src/hostname/Makefile b/src/hostname/Makefile index 44397c6a27..f728c216c2 100644 --- a/src/hostname/Makefile +++ b/src/hostname/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_HOSTNAMED),) diff --git a/src/import/Makefile b/src/import/Makefile index 9ac1cfe830..abfe0b1749 100644 --- a/src/import/Makefile +++ b/src/import/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_IMPORTD),) diff --git a/src/initctl/Makefile b/src/initctl/Makefile index 889b8e63e3..f24a610f96 100644 --- a/src/initctl/Makefile +++ b/src/initctl/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_initctl_SOURCES = \ diff --git a/src/journal-remote/Makefile b/src/journal-remote/Makefile index e61ec99596..6c3535d92e 100644 --- a/src/journal-remote/Makefile +++ b/src/journal-remote/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(HAVE_MICROHTTPD),) diff --git a/src/journal/Makefile b/src/journal/Makefile index a6d91bbc88..4284d42437 100644 --- a/src/journal/Makefile +++ b/src/journal/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk diff --git a/src/kernel-install/Makefile b/src/kernel-install/Makefile index d77b90d86f..8f639fa59d 100644 --- a/src/kernel-install/Makefile +++ b/src/kernel-install/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk dist_bin_SCRIPTS = \ diff --git a/src/libbasic/Makefile b/src/libbasic/Makefile index d430fa3f9c..af1ba0cb51 100644 --- a/src/libbasic/Makefile +++ b/src/libbasic/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk noinst_LTLIBRARIES += \ diff --git a/src/libbus-proxy-core/Makefile b/src/libbus-proxy-core/Makefile index 44214fa5a3..77cd7e1f6f 100644 --- a/src/libbus-proxy-core/Makefile +++ b/src/libbus-proxy-core/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk noinst_LTLIBRARIES += \ diff --git a/src/libcore/Makefile b/src/libcore/Makefile index c99df83e9d..c85b66adda 100644 --- a/src/libcore/Makefile +++ b/src/libcore/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk noinst_LTLIBRARIES += \ diff --git a/src/libfirewall/Makefile b/src/libfirewall/Makefile index d9f5e88582..3f57492aef 100644 --- a/src/libfirewall/Makefile +++ b/src/libfirewall/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(HAVE_LIBIPTC),) diff --git a/src/libshared/Makefile b/src/libshared/Makefile index a9f6fc34f6..f7d6632fb4 100644 --- a/src/libshared/Makefile +++ b/src/libshared/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk noinst_LTLIBRARIES += \ diff --git a/src/libsystemd-network/Makefile b/src/libsystemd-network/Makefile index 18f93fe909..0ee1e5376e 100644 --- a/src/libsystemd-network/Makefile +++ b/src/libsystemd-network/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk noinst_LTLIBRARIES += \ diff --git a/src/libsystemd/Makefile b/src/libsystemd/Makefile index 512f53f903..821f9f7d98 100644 --- a/src/libsystemd/Makefile +++ b/src/libsystemd/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk LIBSYSTEMD_CURRENT=14 diff --git a/src/libsystemd/compat-libs/Makefile b/src/libsystemd/compat-libs/Makefile index 1112ed2685..fbb662b359 100644 --- a/src/libsystemd/compat-libs/Makefile +++ b/src/libsystemd/compat-libs/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_COMPAT_LIBS),) diff --git a/src/libsystemd/libsystemd-internal/Makefile b/src/libsystemd/libsystemd-internal/Makefile index d31028c891..5e90132172 100644 --- a/src/libsystemd/libsystemd-internal/Makefile +++ b/src/libsystemd/libsystemd-internal/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk libsystemd_internal_la_SOURCES = \ diff --git a/src/libsystemd/libsystemd-journal-internal/Makefile b/src/libsystemd/libsystemd-journal-internal/Makefile index 070365c216..7a3b773041 100644 --- a/src/libsystemd/libsystemd-journal-internal/Makefile +++ b/src/libsystemd/libsystemd-journal-internal/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk audit_list_includes = -include linux/audit.h -include missing.h diff --git a/src/libudev/Makefile b/src/libudev/Makefile index a848c38fd0..eec9f2d7b8 100644 --- a/src/libudev/Makefile +++ b/src/libudev/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk at.subdirs += src diff --git a/src/libudev/src/Makefile b/src/libudev/src/Makefile index 2d2d8018e6..05e6ca5c56 100644 --- a/src/libudev/src/Makefile +++ b/src/libudev/src/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk LIBUDEV_CURRENT=7 diff --git a/src/locale/Makefile b/src/locale/Makefile index 50df867a9d..cf1a1cb0bd 100644 --- a/src/locale/Makefile +++ b/src/locale/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_LOCALED),) diff --git a/src/login/Makefile b/src/login/Makefile index 6d74547dd3..283a102bdf 100644 --- a/src/login/Makefile +++ b/src/login/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_LOGIND),) diff --git a/src/machine-id-setup/Makefile b/src/machine-id-setup/Makefile index 2cdff1ee9c..82a2acc1f4 100644 --- a/src/machine-id-setup/Makefile +++ b/src/machine-id-setup/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_machine_id_setup_SOURCES = \ diff --git a/src/modules-load/Makefile b/src/modules-load/Makefile index cc23e1889d..989e59a600 100644 --- a/src/modules-load/Makefile +++ b/src/modules-load/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(HAVE_KMOD),) diff --git a/src/network/Makefile b/src/network/Makefile index bd5043478c..3b5f78e50c 100644 --- a/src/network/Makefile +++ b/src/network/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_NETWORKD),) diff --git a/src/nss-myhostname/Makefile b/src/nss-myhostname/Makefile index 7e1711a799..b5ca8672ac 100644 --- a/src/nss-myhostname/Makefile +++ b/src/nss-myhostname/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(HAVE_MYHOSTNAME),) diff --git a/src/sleep/Makefile b/src/sleep/Makefile index 7f403af4d1..d3ae4944e9 100644 --- a/src/sleep/Makefile +++ b/src/sleep/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_sleep_SOURCES = \ diff --git a/src/socket-proxy/Makefile b/src/socket-proxy/Makefile index 3caa96d6aa..78d95eeccb 100644 --- a/src/socket-proxy/Makefile +++ b/src/socket-proxy/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk diff --git a/src/sysctl/Makefile b/src/sysctl/Makefile index fc8d35e97a..c6ae268d2e 100644 --- a/src/sysctl/Makefile +++ b/src/sysctl/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_sysctl_SOURCES = \ diff --git a/src/systemd-ac-power/Makefile b/src/systemd-ac-power/Makefile index 87d34df16b..c4dcd39688 100644 --- a/src/systemd-ac-power/Makefile +++ b/src/systemd-ac-power/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_ac_power_SOURCES = \ diff --git a/src/systemd-activate/Makefile b/src/systemd-activate/Makefile index f2da7e62b7..e57f5ec073 100644 --- a/src/systemd-activate/Makefile +++ b/src/systemd-activate/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk diff --git a/src/systemd-analyze/Makefile b/src/systemd-analyze/Makefile index 00fe1a6b35..be1657bf81 100644 --- a/src/systemd-analyze/Makefile +++ b/src/systemd-analyze/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_analyze_SOURCES = \ diff --git a/src/systemd-ask-password/Makefile b/src/systemd-ask-password/Makefile index 752a39263e..57e17ea538 100644 --- a/src/systemd-ask-password/Makefile +++ b/src/systemd-ask-password/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_ask_password_SOURCES = \ diff --git a/src/systemd-backlight/Makefile b/src/systemd-backlight/Makefile index 895fecf9f0..e62096d5ea 100644 --- a/src/systemd-backlight/Makefile +++ b/src/systemd-backlight/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_BACKLIGHT),) diff --git a/src/systemd-binfmt/Makefile b/src/systemd-binfmt/Makefile index 1493a2495e..a7a3a1233b 100644 --- a/src/systemd-binfmt/Makefile +++ b/src/systemd-binfmt/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_BINFMT),) diff --git a/src/systemd-bootchart/Makefile b/src/systemd-bootchart/Makefile index 0aa0a98740..3ee5a4f99f 100644 --- a/src/systemd-bootchart/Makefile +++ b/src/systemd-bootchart/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_BOOTCHART),) diff --git a/src/systemd-bus-proxyd/Makefile b/src/systemd-bus-proxyd/Makefile index cf0e4b1951..4e89203b27 100644 --- a/src/systemd-bus-proxyd/Makefile +++ b/src/systemd-bus-proxyd/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_bus_proxyd_SOURCES = \ diff --git a/src/systemd-cgls/Makefile b/src/systemd-cgls/Makefile index 4974cb9677..cb4d7ced51 100644 --- a/src/systemd-cgls/Makefile +++ b/src/systemd-cgls/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_cgls_SOURCES = \ diff --git a/src/systemd-cgroups-agent/Makefile b/src/systemd-cgroups-agent/Makefile index 240284ffef..1f533211d2 100644 --- a/src/systemd-cgroups-agent/Makefile +++ b/src/systemd-cgroups-agent/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_cgroups_agent_SOURCES = \ diff --git a/src/systemd-cgtop/Makefile b/src/systemd-cgtop/Makefile index 6e6931be7c..096cee0739 100644 --- a/src/systemd-cgtop/Makefile +++ b/src/systemd-cgtop/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_cgtop_SOURCES = \ diff --git a/src/systemd-cryptsetup/Makefile b/src/systemd-cryptsetup/Makefile index e53bd833fd..d9028c1510 100644 --- a/src/systemd-cryptsetup/Makefile +++ b/src/systemd-cryptsetup/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(HAVE_LIBCRYPTSETUP),) diff --git a/src/systemd-dbus1-generator/Makefile b/src/systemd-dbus1-generator/Makefile index 12c9b8baf6..7bdcd09828 100644 --- a/src/systemd-dbus1-generator/Makefile +++ b/src/systemd-dbus1-generator/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemgenerator_PROGRAMS += \ diff --git a/src/systemd-debug-generator/Makefile b/src/systemd-debug-generator/Makefile index 75996cfc1e..e8cc3e4c9f 100644 --- a/src/systemd-debug-generator/Makefile +++ b/src/systemd-debug-generator/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_debug_generator_SOURCES = \ diff --git a/src/systemd-delta/Makefile b/src/systemd-delta/Makefile index 7a1e44a3fd..e10265d316 100644 --- a/src/systemd-delta/Makefile +++ b/src/systemd-delta/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_delta_SOURCES = \ diff --git a/src/systemd-detect-virt/Makefile b/src/systemd-detect-virt/Makefile index 6bf88701bf..2a1a241683 100644 --- a/src/systemd-detect-virt/Makefile +++ b/src/systemd-detect-virt/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_detect_virt_SOURCES = \ diff --git a/src/systemd-escape/Makefile b/src/systemd-escape/Makefile index 660d1362bb..d95fd3303a 100644 --- a/src/systemd-escape/Makefile +++ b/src/systemd-escape/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_escape_SOURCES = \ diff --git a/src/systemd-firstboot/Makefile b/src/systemd-firstboot/Makefile index c6b2a84087..e066c9ee8f 100644 --- a/src/systemd-firstboot/Makefile +++ b/src/systemd-firstboot/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_FIRSTBOOT),) diff --git a/src/systemd-fsck/Makefile b/src/systemd-fsck/Makefile index 09b83ea859..fdb2c5b1af 100644 --- a/src/systemd-fsck/Makefile +++ b/src/systemd-fsck/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_fsck_SOURCES = \ diff --git a/src/systemd-fstab-generator/Makefile b/src/systemd-fstab-generator/Makefile index 2e0fa1af3c..cde4575a82 100644 --- a/src/systemd-fstab-generator/Makefile +++ b/src/systemd-fstab-generator/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_fstab_generator_SOURCES = \ diff --git a/src/systemd-getty-generator/Makefile b/src/systemd-getty-generator/Makefile index b22c26111c..ee68fe4399 100644 --- a/src/systemd-getty-generator/Makefile +++ b/src/systemd-getty-generator/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_getty_generator_SOURCES = \ diff --git a/src/systemd-gpt-auto-generator/Makefile b/src/systemd-gpt-auto-generator/Makefile index 3cf65cf9ed..8c51813ddc 100644 --- a/src/systemd-gpt-auto-generator/Makefile +++ b/src/systemd-gpt-auto-generator/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(HAVE_BLKID),) diff --git a/src/systemd-hibernate-resume/Makefile b/src/systemd-hibernate-resume/Makefile index 5ace69b353..5e3e4a207c 100644 --- a/src/systemd-hibernate-resume/Makefile +++ b/src/systemd-hibernate-resume/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_HIBERNATE),) diff --git a/src/systemd-hwdb/Makefile b/src/systemd-hwdb/Makefile index b62e7daa2a..f844893229 100644 --- a/src/systemd-hwdb/Makefile +++ b/src/systemd-hwdb/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_HWDB),) diff --git a/src/systemd-notify/Makefile b/src/systemd-notify/Makefile index 242adb9803..39eea79bfa 100644 --- a/src/systemd-notify/Makefile +++ b/src/systemd-notify/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_notify_SOURCES = \ diff --git a/src/systemd-nspawn/Makefile b/src/systemd-nspawn/Makefile index d1f44faf80..530465fcff 100644 --- a/src/systemd-nspawn/Makefile +++ b/src/systemd-nspawn/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_nspawn_SOURCES = \ diff --git a/src/systemd-path/Makefile b/src/systemd-path/Makefile index 782347c3a4..4a7a533d71 100644 --- a/src/systemd-path/Makefile +++ b/src/systemd-path/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_path_SOURCES = \ diff --git a/src/systemd-quotacheck/Makefile b/src/systemd-quotacheck/Makefile index 204fdd2f29..8c50fe8cde 100644 --- a/src/systemd-quotacheck/Makefile +++ b/src/systemd-quotacheck/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_QUOTACHECK),) diff --git a/src/systemd-random-seed/Makefile b/src/systemd-random-seed/Makefile index 5ff78c357f..2e72ee41b6 100644 --- a/src/systemd-random-seed/Makefile +++ b/src/systemd-random-seed/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_RANDOMSEED),) diff --git a/src/systemd-rc-local-generator/Makefile b/src/systemd-rc-local-generator/Makefile index 26706f0ff2..7b1a999095 100644 --- a/src/systemd-rc-local-generator/Makefile +++ b/src/systemd-rc-local-generator/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_rc_local_generator_SOURCES = \ diff --git a/src/systemd-remount-fs/Makefile b/src/systemd-remount-fs/Makefile index dadb65f483..7ea24e1fea 100644 --- a/src/systemd-remount-fs/Makefile +++ b/src/systemd-remount-fs/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_remount_fs_SOURCES = \ diff --git a/src/systemd-reply-password/Makefile b/src/systemd-reply-password/Makefile index 5a113a1e26..1da9dc0718 100644 --- a/src/systemd-reply-password/Makefile +++ b/src/systemd-reply-password/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_reply_password_SOURCES = \ diff --git a/src/systemd-rfkill/Makefile b/src/systemd-rfkill/Makefile index 9df508ea18..8c2e07ce6b 100644 --- a/src/systemd-rfkill/Makefile +++ b/src/systemd-rfkill/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_RFKILL),) diff --git a/src/systemd-run/Makefile b/src/systemd-run/Makefile index 3d291a3c87..0034766fd3 100644 --- a/src/systemd-run/Makefile +++ b/src/systemd-run/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_run_SOURCES = \ diff --git a/src/systemd-shutdown/Makefile b/src/systemd-shutdown/Makefile index 2de02bbf81..28df1e9e8a 100644 --- a/src/systemd-shutdown/Makefile +++ b/src/systemd-shutdown/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_shutdown_SOURCES = \ diff --git a/src/systemd-stdio-bridge/Makefile b/src/systemd-stdio-bridge/Makefile index 44b5b644c7..f6a0b203a3 100644 --- a/src/systemd-stdio-bridge/Makefile +++ b/src/systemd-stdio-bridge/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_stdio_bridge_SOURCES = \ diff --git a/src/systemd-system-update-generator/Makefile b/src/systemd-system-update-generator/Makefile index cad628b174..3e63601574 100644 --- a/src/systemd-system-update-generator/Makefile +++ b/src/systemd-system-update-generator/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_system_update_generator_SOURCES = \ diff --git a/src/systemd-sysv-generator/Makefile b/src/systemd-sysv-generator/Makefile index aff65a8723..a7534b3631 100644 --- a/src/systemd-sysv-generator/Makefile +++ b/src/systemd-sysv-generator/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_sysv_generator_SOURCES = \ diff --git a/src/systemd-timesync/Makefile b/src/systemd-timesync/Makefile index 0cd01c3f59..5731dd78e5 100644 --- a/src/systemd-timesync/Makefile +++ b/src/systemd-timesync/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_TIMESYNCD),) diff --git a/src/systemd-tmpfiles/Makefile b/src/systemd-tmpfiles/Makefile index cdceb02637..144f141dff 100644 --- a/src/systemd-tmpfiles/Makefile +++ b/src/systemd-tmpfiles/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_TMPFILES),) diff --git a/src/systemd-tty-ask-password-agent/Makefile b/src/systemd-tty-ask-password-agent/Makefile index 664e3f0bdb..b9f823c2c8 100644 --- a/src/systemd-tty-ask-password-agent/Makefile +++ b/src/systemd-tty-ask-password-agent/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_tty_ask_password_agent_SOURCES = \ diff --git a/src/systemd-update-done/Makefile b/src/systemd-update-done/Makefile index 7e05c3a1c6..3d62c28513 100644 --- a/src/systemd-update-done/Makefile +++ b/src/systemd-update-done/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_update_done_SOURCES = \ diff --git a/src/systemd-update-utmp/Makefile b/src/systemd-update-utmp/Makefile index 37e93465a7..db740c0d88 100644 --- a/src/systemd-update-utmp/Makefile +++ b/src/systemd-update-utmp/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk systemd_update_utmp_SOURCES = \ diff --git a/src/systemd-vconsole/Makefile b/src/systemd-vconsole/Makefile index 60ed808d61..1cb584e0ed 100644 --- a/src/systemd-vconsole/Makefile +++ b/src/systemd-vconsole/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_VCONSOLE),) diff --git a/src/sysusers/Makefile b/src/sysusers/Makefile index 6897ce35b1..a339ec60f1 100644 --- a/src/sysusers/Makefile +++ b/src/sysusers/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ifneq ($(ENABLE_SYSUSERS),) diff --git a/src/test/Makefile b/src/test/Makefile index 95b585c3b7..c21ac79a70 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk test_id128_SOURCES = \ diff --git a/src/udev/Makefile b/src/udev/Makefile index 4cb564bb16..4de6cfc0a4 100644 --- a/src/udev/Makefile +++ b/src/udev/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk INSTALL_DIRS += \ diff --git a/src/udev/ata_id/Makefile b/src/udev/ata_id/Makefile index e2daf2e713..186bef5af1 100644 --- a/src/udev/ata_id/Makefile +++ b/src/udev/ata_id/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ata_id_SOURCES = \ diff --git a/src/udev/cdrom_id/Makefile b/src/udev/cdrom_id/Makefile index aeee286085..cb814e2400 100644 --- a/src/udev/cdrom_id/Makefile +++ b/src/udev/cdrom_id/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk cdrom_id_SOURCES = \ diff --git a/src/udev/collect/Makefile b/src/udev/collect/Makefile index 93a5939b2e..d47ad81372 100644 --- a/src/udev/collect/Makefile +++ b/src/udev/collect/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk collect_SOURCES = \ diff --git a/src/udev/mtd_probe/Makefile b/src/udev/mtd_probe/Makefile index e3bf5e1ef0..08cee07a62 100644 --- a/src/udev/mtd_probe/Makefile +++ b/src/udev/mtd_probe/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk mtd_probe_SOURCES = \ diff --git a/src/udev/scsi_id/Makefile b/src/udev/scsi_id/Makefile index 7d349dc0e9..a26799721a 100644 --- a/src/udev/scsi_id/Makefile +++ b/src/udev/scsi_id/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk scsi_id_SOURCES =\ diff --git a/src/udev/v4l_id/Makefile b/src/udev/v4l_id/Makefile index 493454121f..bbbd19f04e 100644 --- a/src/udev/v4l_id/Makefile +++ b/src/udev/v4l_id/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk v4l_id_SOURCES = \ |