]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (ns-app): Fix typo that broke build on OS X.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Jun 2014 22:38:17 +0000 (15:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Jun 2014 22:38:17 +0000 (15:38 -0700)
Reported by David Caldwell in:
http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00251.html

src/ChangeLog
src/Makefile.in

index a97cc3a2567062b00c5f035764c53dde1a2cfe81..c2f0d27fd737b4f4d7776395ad4767fddea2a592 100644 (file)
@@ -1,3 +1,9 @@
+2014-06-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (ns-app): Fix typo that broke build on OS X.
+       Reported by David Caldwell in:
+       http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00251.html
+
 2014-06-16  Dmitry Antipov  <dmantipov@yandex.ru>
 
        Do not ask for XRender extension each time XFT font is opened.
index 64c6b72479b0934e86bf43ac20bd2bbedb1e2f90..5bed189f16a6f7917be9157b460d583db3c9ce4b 100644 (file)
@@ -519,7 +519,7 @@ emacs.res: $(ntsource)/emacs.rc \
          -o $@ $(ntsource)/emacs.rc
 
 ns-app: emacs$(EXEEXT)
-       $(MAKE) -C ./nextstep all
+       $(MAKE) -C ../nextstep all
 
 .PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean
 .PHONY: versionclean extraclean