diff options
| author | Glenn Morris | 2014-11-04 21:08:12 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-11-04 21:08:12 -0800 |
| commit | ddce73d32fa3e62e022842e3bbdc0aa83bb358cc (patch) | |
| tree | 21dbcb8d40ff634b6f821de95af2b8e3deb0a8e3 /Makefile.in | |
| parent | 6a278b64f7356613c4a7709ed699655fa7415260 (diff) | |
| download | emacs-ddce73d32fa3e62e022842e3bbdc0aa83bb358cc.tar.gz emacs-ddce73d32fa3e62e022842e3bbdc0aa83bb358cc.zip | |
Revert previous accidental commit
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 12e488eebba..0c11828deb2 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -721,8 +721,8 @@ uninstall: uninstall-$(NTDIR) uninstall-doc | |||
| 721 | -unset CDPATH; \ | 721 | -unset CDPATH; \ |
| 722 | for dir in "$(DESTDIR)${lispdir}" "$(DESTDIR)${etcdir}" ; do \ | 722 | for dir in "$(DESTDIR)${lispdir}" "$(DESTDIR)${etcdir}" ; do \ |
| 723 | if [ -d "$${dir}" ]; then \ | 723 | if [ -d "$${dir}" ]; then \ |
| 724 | case `cd "$${dir}" && /bin/pwd` in \ | 724 | case `cd "$${dir}" ; /bin/pwd` in \ |
| 725 | "`cd ${srcdir} && /bin/pwd`"* ) ;; \ | 725 | "`cd ${srcdir} ; /bin/pwd`"* ) ;; \ |
| 726 | * ) rm -rf "$${dir}" ;; \ | 726 | * ) rm -rf "$${dir}" ;; \ |
| 727 | esac ; \ | 727 | esac ; \ |
| 728 | case "$${dir}" in \ | 728 | case "$${dir}" in \ |