diff --git a/config/Makefile.in b/config/Makefile.in index 22182551dac1..e17e5366eb82 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -97,8 +97,10 @@ nsBuildID.h: nsBuildID.h.in build_number elf-dynstr-gc: elf-dynstr-gc.c Makefile Makefile.in $(CC) $(COMPILE_CFLAGS) $(GLIB_CFLAGS) $(GLIB_LIBS) $(LDFLAGS) -o $@ $< +ifdef USE_ELF_DYNSTR_GC install:: elf-dynstr-gc $(INSTALL) -m 555 elf-dynstr-gc $(DIST)/bin +endif FORCE: