diff options
author | Dani Moncayo <dmoncayo@gmail.com> | 2012-02-23 02:52:08 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-02-23 02:52:08 -0500 |
commit | 2dbe4d71064b2010411c522620fbcfb216642f07 (patch) | |
tree | 5c2556a6888248ec02e295f8ebc1f040428267e5 /nt/makefile.w32-in | |
parent | f01d3321d5a7ca4147b675f02d5aa51dc65c2b55 (diff) | |
download | emacs-2dbe4d71064b2010411c522620fbcfb216642f07.tar.gz |
* nt/makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
Diffstat (limited to 'nt/makefile.w32-in')
-rw-r--r-- | nt/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 30a5f83ea00..f01ef4f98d1 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -264,7 +264,7 @@ maybe-copy-distfiles-CMD: doit maybe-copy-distfiles-SH: doit
@if [ ! $(ARGQUOTE)$(DIST_FILES)$(ARGQUOTE)=="" ] ; then \
- $(CP_DIR) $(DIST_FILES) $(TMP_DIST_DIR)/bin
+ $(CP_DIR) $(DIST_FILES) $(TMP_DIST_DIR)/bin ; \
fi
create-tmp-dist-dir:
|