Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: > From: "Golubev I. N." <[EMAIL PROTECTED]> > Date: Fri, 05 Oct 2001 16:47:29 (GMT) > > Yes, if `and-let-star-compat.scm' never ever will be generated in > build time (so that right version of it will appear in build dir). > > from looking at the makefiles, i could not infer when (if ever) > and-let-star-compat.scm would be generated, and so i've gone ahead and > made the small change. thanks for the report!
You could also do it like this (untested, sorry): install-data-local: install-and-let install-and-let: and-let-star-compat.scm $(INSTALL_DATA) $< $(subpkgdatadir)/'and-let*.scm' This will use the vpath to locate and-let-star-compat.scm. (The extra target is for easy generalization to multiple files. One could also use `$^' instead of individual targets when installing more than one file in this manner, but I think `$^' is not portable to non-GNU makes.) _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile