13 lines
424 B
Text
13 lines
424 B
Text
|
Index: gas/Makefile.in
|
||
|
--- gas/Makefile.in.orig
|
||
|
+++ gas/Makefile.in
|
||
|
@@ -1662,7 +1662,7 @@ cgen.@OBJEXT@: cgen.c cgen.h cgen-desc.h subsegs.h \
|
||
|
.PHONY: install-exec-local install-data-local
|
||
|
.PHONY: install-exec-bindir install-exec-tooldir
|
||
|
|
||
|
-install-exec-local: install-exec-bindir @install_tooldir@
|
||
|
+install-exec-local: install-exec-bindir
|
||
|
|
||
|
install-exec-bindir: $(noinst_PROGRAMS)
|
||
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|