aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index fbf4754e852..468e312abd6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -29,18 +29,18 @@ doall: xmakefile
29#This is used in making a distribution. 29#This is used in making a distribution.
30#Do not use it on development directories! 30#Do not use it on development directories!
31distclean: 31distclean:
32 -rm -f paths.h config.h emacs-* temacs xemacs xmakefile core *.o 32 -rm -f paths.h config.h emacs-* temacs emacs xmakefile core *.o
33 33
34clean: 34clean:
35 -rm -f temacs xemacs prefix-args xmakefile* core \#* *.o 35 -rm -f temacs emacs prefix-args xmakefile* core \#* *.o
36 36
37extraclean: distclean 37extraclean: distclean
38 -rm -f *~ \#* m/*~ s/*~ 38 -rm -f *~ \#* m/*~ s/*~
39 39
40xemacs: doxemacs 40emacs: doemacs
41 41
42doxemacs: xmakefile 42doemacs: xmakefile
43 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} xemacs 43 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} emacs
44 44
45temacs: dotemacs 45temacs: dotemacs
46 46