On 04/13/2012 04:21 AM, Doug Evans wrote: > Pedro thinks it's this: > FLAGS_TO_PASS changes $srcdir. and install: does @$(MAKE) > $(FLAGS_TO_PASS) install-only $(FLAGS_TO_PASS) is used to pass to Makefiles in sub-dirs. When invoking install-only target, it is unnecessary to pass $(FLAGS_TO_PASS). In the commands of target install-only below, $(FLAGS_TO_PASS) is passed to Makefiles in sub-dirs. This patch just simply remove $(FLAGS_TO_PASS) in install target. Is it OK? Tested by gdbserver instal/uninstall and gdb install. It looks right. -- Yao (齐尧)