diff options
| author | Adrian Robert | 2008-07-20 13:19:56 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-20 13:19:56 +0000 |
| commit | e5e2baab2954714d18ec7c97dff30ae631085655 (patch) | |
| tree | 5a1cdb3f074bde1cf43636e115ab1f93e32b749c /src/Makefile.in | |
| parent | 89f1e540e1bbee8224fa3e5fddbc92cc44d657c1 (diff) | |
| download | emacs-e5e2baab2954714d18ec7c97dff30ae631085655.tar.gz emacs-e5e2baab2954714d18ec7c97dff30ae631085655.zip | |
fix typo in ns_appdir target find command
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 05fec55cd39..1768a006fea 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1335,7 +1335,7 @@ ${ns_appdir}: ${ns_appsrc} | |||
| 1335 | rm -fr ${ns_appdir} | 1335 | rm -fr ${ns_appdir} |
| 1336 | mkdir -p ${ns_appdir} | 1336 | mkdir -p ${ns_appdir} |
| 1337 | ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; tar xf - ) | 1337 | ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; tar xf - ) |
| 1338 | ( cd ${ns_appdir} ; for subdir in `find $${dest} -type d ! -name CVS -print` ; do \ | 1338 | ( cd ${ns_appdir} ; for subdir in `find . -type d ! -name CVS -print` ; do \ |
| 1339 | chmod a+rx $${subdir} ; \ | 1339 | chmod a+rx $${subdir} ; \ |
| 1340 | rm -rf $${subdir}/CVS ; \ | 1340 | rm -rf $${subdir}/CVS ; \ |
| 1341 | rm -f $${subdir}/.cvsignore ; done ; ) | 1341 | rm -f $${subdir}/.cvsignore ; done ; ) |