all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Circular dependencies in lib-src1
@ 2003-08-28 17:57 Eli Zaretskii
  0 siblings, 0 replies; only message in thread
From: Eli Zaretskii @ 2003-08-28 17:57 UTC (permalink / raw)


The change that added these targets to lib-src/Makefile.in:

    /* These targets copy the scripts into the build directory
    so that they can be run from there in an uninstalled Emacs.  */
    rcs2log: $(srcdir)/rcs2log
	    cp -p $(srcdir)/rcs2log rcs2log

    rcs-checkin: $(srcdir)/rcs-checkin
	    cp -p $(srcdir)/rcs-checkin rcs-checkin

    grep-changelog: $(srcdir)/grep-changelog
	    cp -p $(srcdir)/grep-changelog grep-changelog

    vcdiff: $(srcdir)/vcdiff
	    cp -p $(srcdir)/vcdiff vcdiff

causes Make to print a message about circular dependencies when
${srcdir} is "." (i.e., when Emacs is biult in the source tree).
Isn't there a better way to do what they are supposed to do?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-28 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-28 17:57 Circular dependencies in lib-src1 Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.