diff options
author | David J. MacKenzie <djm@gnu.org> | 1994-05-05 19:06:48 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1994-05-05 19:06:48 +0000 |
commit | de8006af45874f4b725a172eb1a4ad28297a5448 (patch) | |
tree | d31b913c06dff5c767e59be56123be52d90a240e /lib-src/Makefile.in | |
parent | 7e7f7555ef2979f90c57d499e919424aff3867fe (diff) | |
download | emacs-de8006af45874f4b725a172eb1a4ad28297a5448.tar.gz |
Fix out of date comment.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 04da652063b..9f35150e73f 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -318,7 +318,7 @@ make-path: ${srcdir}/make-path.c ../src/config.h $(CC) $(ALL_CFLAGS) ${srcdir}/make-path.c -o make-path /* These are NOT included in INSTALLABLES or UTILITIES. - See ../src/ymakefile. */ + See ../src/Makefile.in.in. */ emacstool: ${srcdir}/emacstool.c $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \ -lsuntool -lsunwindow -lpixrect $(LOADLIBES) |