Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ecf38857
Commit
ecf38857
authored
Jul 24, 1997
by
Richard M. Stallman
Browse files
(stamp-bytecomp): Fix shell conditional.
(clean): Fix shell conditional.
parent
835b892a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
leim/Makefile.in
leim/Makefile.in
+3
-2
No files found.
leim/Makefile.in
View file @
ecf38857
...
...
@@ -143,7 +143,8 @@ stamp-bytecomp: ${WORLD} ${EMACS}
else
\
${
RUN
-EMACS
}
-batch
-l
skkdic-cnv
\
--eval
'(byte-recompile-directory "skk" 0)'
;
\
fi
\
fi
;
\
else
true
;
\
fi
touch
stamp-bytecomp
...
...
@@ -275,7 +276,7 @@ clean:
# If this is not a dot-srcdir build, then remove the link made to skkdic.elc.
if
test
!
-f
Makefile.in;
then
\
rm
-f
skk/skkdic.elc;
\
else
;
true;
fi
else
true;
fi
distclean maintainer-clean
:
clean
if
test
-f
stamp-subdir
;
then
rm
-rf
${SUBDIRS}
stamp-subdir
;
fi
...
...
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