]> code.delx.au - gnu-emacs/commitdiff
($(DOC)): Use $(THISDIR) instead of . in
authorAndrew Innes <andrewi@gnu.org>
Mon, 5 Feb 2001 16:56:32 +0000 (16:56 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 5 Feb 2001 16:56:32 +0000 (16:56 +0000)
invocation of make-docfile, to work with Windows 2000.

lib-src/makefile.w32-in

index e2e6f8df6542083ed06a953434b2355544a8fc64..5ce47d41a3db2b46b2d797d18fa9db625bb834ea 100644 (file)
@@ -204,8 +204,8 @@ lisp= \
 DOC          = DOC 
 $(DOC):                $(BLD)/make-docfile.exe
                - $(DEL) $(DOC)
-               "./$(BLD)/make-docfile" -d ../src $(obj) > $(DOC)
-               "./$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC)
+               "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC)
+               "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC)
                $(CP) $(DOC) ../etc/DOC-X
                - mkdir "../src/$(OBJDIR)"
                - mkdir "../src/$(OBJDIR)/etc"