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
99b7e543
Commit
99b7e543
authored
Nov 29, 2001
by
Richard M. Stallman
Browse files
(lispdir): New variable, referring to build dir.
(TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
parent
37778b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/Makefile.in
src/Makefile.in
+2
-1
No files found.
src/Makefile.in
View file @
99b7e543
...
...
@@ -53,6 +53,7 @@ libsrc = $(dot)$(dot)/lib-src/
etc
=
$(dot)$(dot)
/etc/
oldXMenudir
=
$(dot)$(dot)
/oldXMenu/
lwlibdir
=
$(dot)$(dot)
/lwlib/
lispdir
=
$(dot)$(dot)
/lisp/
# Configuration files for .o files to depend on.
M_FILE
=
${srcdir}
/@machfile@
...
...
@@ -1198,7 +1199,7 @@ TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)
$(srcdir)
/
$(ctagsfiles1)
$(srcdir)
/
$(ctagsfiles2)
frc
:
TAGS-LISP
:
frc
$(MAKE)
-f
${lisp
source
}
Makefile TAGS-LISP
ETAGS
=
../lib-src/etags
$(MAKE)
-f
${lisp
dir
}
Makefile TAGS-LISP
ETAGS
=
../lib-src/etags
$(lwlibdir)TAGS
:
(
cd
$(lwlibdir)
;
$(MAKE)
-f
$(lwlibdir)
Makefile tags
ETAGS
=
../lib-src/etags
)
...
...
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