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
4348b379
Commit
4348b379
authored
Jun 22, 1993
by
Jim Blandy
Browse files
* Makefile.in (ctags): Depend on etags, so that parallel makes
don't write etags.o files on top of each other.
parent
aead2f9f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lib-src/Makefile.in
lib-src/Makefile.in
+3
-1
No files found.
lib-src/Makefile.in
View file @
4348b379
...
...
@@ -212,7 +212,9 @@ getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
etags
:
${srcdir}/etags.c $(GETOPTDEPS)
$(CC)
${CPP_CFLAGS}
-DETAGS
${srcdir}
/etags.c
$(GETOPTOBJS)
$(LOADLIBES)
-o
etags
ctags
:
${srcdir}/etags.c $(GETOPTDEPS)
# We depend on etags to assure that parallel makes don't write two
# etags.o files on top of each other.
ctags
:
${srcdir}/etags.c $(GETOPTDEPS) etags
$(CC)
${CPP_CFLAGS}
-DCTAGS
${srcdir}
/etags.c
$(GETOPTOBJS)
$(LOADLIBES)
-o
ctags
wakeup
:
${srcdir}/wakeup.c
...
...
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