Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a095250
Commit
7a095250
authored
Feb 05, 2001
by
Andrew Innes
Browse files
($(DOC)): Use $(THISDIR) instead of . in
invocation of make-docfile, to work with Windows 2000.
parent
277277b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+2
-2
No files found.
lib-src/makefile.w32-in
View file @
7a095250
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment