This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFA] Use VPATH to find info files for installation.


>+	for j in $?; do \
>+		for i in $$i*; do \
		         ^^^^
$$j*?

>+			$(INSTALL_DATA) $$i $(infodir)/$$i ; \
>+		done; \
>+	done

- Jimmy Guo, guo@cup.hp.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]