diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-07-18 06:04:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-07-18 06:04:43 +0000 |
commit | 641e7005de71e9470353d8afabf887826030eafd (patch) | |
tree | 611c02b5ec3d94b785df31780ddbe3ff78344bff /lib-src | |
parent | 2b396338e8a5c2c54fc386300dc888877bdd8fd3 (diff) | |
download | emacs-641e7005de71e9470353d8afabf887826030eafd.tar.gz |
(distclean): Delete Makefile.c, not Makefile.in.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index af805e64e48..f5adef67ab7 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -264,7 +264,7 @@ clean: mostlyclean distclean: clean -rm -f TAGS - -rm -f Makefile Makefile.in blessmail + -rm -f Makefile Makefile.c blessmail maintainer-clean: distclean true @@ -378,7 +378,7 @@ timer: ${TIMEROBJS} $(CC) $(LINK_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer /* These are NOT included in INSTALLABLES or UTILITIES. - See ../src/Makefile.in.in. */ + See ../src/Makefile.in. */ emacstool: ${srcdir}/emacstool.c $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \ -lsuntool -lsunwindow -lpixrect $(LOADLIBES) |