diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:41:44 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:41:44 -0400 |
commit | 778d9872be23b74862fdafcc4e9d2ba5d12f9b6c (patch) | |
tree | 8cb0b6b6f13cf4e98fa70d2155266d5978ede5cb /src/grp-boot | |
parent | 9ea83619baf30c4bd5cc27b51fd580925aa7db8b (diff) |
missed some
Diffstat (limited to 'src/grp-boot')
-rw-r--r-- | src/grp-boot/bootctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-boot/bootctl/Makefile b/src/grp-boot/bootctl/Makefile index a02ac0edc1..a597f822ad 100644 --- a/src/grp-boot/bootctl/Makefile +++ b/src/grp-boot/bootctl/Makefile @@ -38,7 +38,7 @@ bootctl_CFLAGS = \ $(BLKID_CFLAGS) bootctl_LDADD = \ - $(topoutdir)/src/libshared/libshared.la \ + libshared.la \ $(BLKID_LIBS) bin_PROGRAMS += \ |