Re: [PATCH] dejagnu/Makefile.in: Add empty targets install-info and uninstall-info
Ben Elliston <[email protected]>
| Newsgroups | gmane.comp.gdb.patches,gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
Corinna Vinschen <[email protected]> writes: > The reason for that patch is, that it's not possible to call `make > install-info' from a top level build dir, because the install > process fails in dejagnu with the message > > make: *** No rule to make target `install-info'. Stop. > > The below patch allows that now, just doing nothing in the dejagnu > subdir for now. You can apply this patch to src/dejagnu, if you wish, to solve your immediate problem. This problem does not exist in the savannah DejaGnu repository, though, where we have upgraded to Automake 1.7. Cheers, Ben