emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Circular dependencies in lib-src1


From: Eli Zaretskii
Subject: Circular dependencies in lib-src1
Date: Thu, 28 Aug 2003 19:57:51 +0200

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]