diff options
| author | Richard M. Stallman | 1995-07-18 06:04:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-18 06:04:43 +0000 |
| commit | b2959c9d78e898089cd15be3af58ba437ce33bfa (patch) | |
| tree | 474c4141bdb90f88e6dabd51c7628c7a115c1d51 /lib-src | |
| parent | 4322e608d75d5e621a94f47ff6e752620348ec5f (diff) | |
| download | emacs-b2959c9d78e898089cd15be3af58ba437ce33bfa.tar.gz emacs-b2959c9d78e898089cd15be3af58ba437ce33bfa.zip | |
(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 | |||
| 264 | 264 | ||
| 265 | distclean: clean | 265 | distclean: clean |
| 266 | -rm -f TAGS | 266 | -rm -f TAGS |
| 267 | -rm -f Makefile Makefile.in blessmail | 267 | -rm -f Makefile Makefile.c blessmail |
| 268 | 268 | ||
| 269 | maintainer-clean: distclean | 269 | maintainer-clean: distclean |
| 270 | true | 270 | true |
| @@ -378,7 +378,7 @@ timer: ${TIMEROBJS} | |||
| 378 | $(CC) $(LINK_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer | 378 | $(CC) $(LINK_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer |
| 379 | 379 | ||
| 380 | /* These are NOT included in INSTALLABLES or UTILITIES. | 380 | /* These are NOT included in INSTALLABLES or UTILITIES. |
| 381 | See ../src/Makefile.in.in. */ | 381 | See ../src/Makefile.in. */ |
| 382 | emacstool: ${srcdir}/emacstool.c | 382 | emacstool: ${srcdir}/emacstool.c |
| 383 | $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \ | 383 | $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \ |
| 384 | -lsuntool -lsunwindow -lpixrect $(LOADLIBES) | 384 | -lsuntool -lsunwindow -lpixrect $(LOADLIBES) |