diff options
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 07b2eee..3bcb551 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -2209,7 +2209,7 @@ install-exec-bindir: $(noinst_PROGRAMS) else :; fi; \ done -install-exec-tooldir: $(noinst_PROGRAMS) +install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS) $(mkinstalldirs) $(tooldir)/bin n=`echo as | sed '$(transform)'`; \ if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \ |