diff options
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 += \ |