diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 80591178e0..56935d5a1a 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1068,7 +1068,7 @@ $(objpfx)ifuncmain7pie.out: $(objpfx)ifuncmain7pie --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \ $< > $@ -$(objpfx)ifuncmain7pie: $(objpfx)ifuncmain7pie.o +$(objpfx)ifuncmain7pie: $(objpfx)ifuncmain7pie.o $(+link-pie) generated += ifuncmain7pie ifuncmain7pie.out |