diff options
author | Glenn Morris <rgm@gnu.org> | 2012-09-16 11:56:10 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-09-16 11:56:10 -0700 |
commit | 164b9bf3ef04371d24bc34ffdbe8800bdcff1f1e (patch) | |
tree | 27a98ebfacf9a3ecb09ffd9e18328b27c935260d /nextstep | |
parent | 92f7c6f1a320701a5e15d8a3f28e08d1889c81bc (diff) |
(distclean): Remove unnecessary directory deletion.
Diffstat (limited to 'nextstep')
-rw-r--r-- | nextstep/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in index 8efb2b2304..27ec5d1556 100644 --- a/nextstep/Makefile.in +++ b/nextstep/Makefile.in @@ -61,7 +61,6 @@ distclean: clean GNUstep/Emacs.base/Resources/Emacs.desktop \ Cocoa/Emacs.base/Contents/Info.plist \ Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings - [ `cd ${srcdir} && /bin/pwd` = `/bin/pwd` ] || rm -rf ${ns_appsrc} maintainer-clean: distclean |