Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
385a3b9e
Commit
385a3b9e
authored
Jun 04, 2005
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(distclean): Fix a typo (colon was after "clean").
(extraclean): New target, emulates Makefile.in.
parent
196ac78c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
leim/makefile.w32-in
leim/makefile.w32-in
+6
-2
No files found.
leim/makefile.w32-in
View file @
385a3b9e
# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API.
# Copyright (C) 1997, 2004 Electrotechnical Laboratory, JAPAN.
# Licensed to the Free Software Foundation.
# Licensed to the Free Software Foundation.
# Copyright (C) 2005, Free Software Foundation, Inc.
# This file is part of GNU Emacs.
...
...
@@ -197,9 +198,12 @@ clean mostlyclean:
-
$(FOREACH)
$(MISC_DIC:.elc=.el)
$(FORDO)
$(DEL)
$(FORVAR)
$(ENDFOR)
-
$(DEL)
leim-list.el
distclean clean
:
distclean
:
clean
-
$(DELTREE)
$(SUBDIRS)
-
$(DEL)
stamp-subdir
maintainer-clean
:
distclean
-
$(FOREACH)
$(WORLD)
$(FORDO)
$(DEL)
$(FORVAR)
$(ENDFOR)
extraclean
:
maintainer-clean
-
$(FOREACH)
*
~
"#*"
$(FORDO)
$(DEL)
$(FORVAR)
$(ENDFOR)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment