diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-15 01:56:36 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-15 01:56:36 -0400 |
commit | be6cdcb499515a8dc200440f9c0f95d16edbaa2d (patch) | |
tree | 9b7626a8a5341707648aa97f173954d0e94ca8d4 /src/grp-boot/bootctl/Makefile | |
parent | 3e439de4e3773f26c7efc8d84a57cf2530883739 (diff) | |
parent | ca23ffae30b2cd8e2ac7f54f77a6ff8c59e3876f (diff) |
Merge branch 'notsystemd/postmove' into notsystemd/master
# Conflicts:
# build-aux/Makefile.each.tail/50-sd.mk
# build-aux/Makefile.each.tail/70-man.mk
# src/grp-resolve/libbasic-dns/Makefile
# src/grp-system/libcore/Makefile
# tools/notsd-move
Diffstat (limited to 'src/grp-boot/bootctl/Makefile')
-rw-r--r-- | src/grp-boot/bootctl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/grp-boot/bootctl/Makefile b/src/grp-boot/bootctl/Makefile index 5533e677a1..90bbed9fad 100644 --- a/src/grp-boot/bootctl/Makefile +++ b/src/grp-boot/bootctl/Makefile @@ -29,12 +29,10 @@ bootctl_SOURCES = \ src/boot/bootctl.c bootctl_CPPFLAGS = \ - $(AM_CPPFLAGS) \ -DEFI_MACHINE_TYPE_NAME=\"$(EFI_MACHINE_TYPE_NAME)\" \ -DBOOTLIBDIR=\"$(bootlibdir)\" bootctl_CFLAGS = \ - $(AM_CFLAGS) \ $(BLKID_CFLAGS) bootctl_LDADD = \ |