diff options
Diffstat (limited to 'src/grp-boot')
-rw-r--r-- | src/grp-boot/Makefile | 2 | ||||
-rw-r--r-- | src/grp-boot/bootctl/Makefile | 2 | ||||
-rw-r--r-- | src/grp-boot/systemd-boot/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-boot/Makefile b/src/grp-boot/Makefile index b7cedfc6f3..0d60cf5290 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 95c2772da5..84253d2387 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 974d0d20c1..fdb8d42164 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),) |