Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
63b9b605
Commit
63b9b605
authored
Apr 24, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adam Go biowski <adamg at pld-linux.org> (tiny change)
(etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
parent
08861c5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/Makefile.in
lib-src/Makefile.in
+2
-2
No files found.
lib-src/ChangeLog
View file @
63b9b605
2008-04-24 Adam Gołębiowski <adamg@pld-linux.org> (tiny change)
* Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
2008-04-10 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in (CLIENTRES): New variable and target.
...
...
lib-src/Makefile.in
View file @
63b9b605
...
...
@@ -401,7 +401,7 @@ regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h ../src/config.h
${CC}
-c
${BASE_CFLAGS}
-DCONFIG_BROKETS
-DINHIBIT_STRING_HEADER
${srcdir}
/../src/regex.c
etags${EXEEXT}
:
${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h
$(CC)
${ALL_CFLAGS}
-DEMACS_NAME
=
"
\"
GNU Emacs
"
\"
-DVERSION
=
"
\"
${version}
\"
"
${srcdir}
/etags.c
$(GETOPTOBJS)
$(REGEXPOBJ)
$(LOADLIBES)
-o
etags
$(CC)
${ALL_CFLAGS}
-DEMACS_NAME
=
"
\"
GNU Emacs
\
"
"
-DVERSION
=
"
\"
${version}
\"
"
${srcdir}
/etags.c
$(GETOPTOBJS)
$(REGEXPOBJ)
$(LOADLIBES)
-o
etags
ebrowse${EXEEXT}
:
${srcdir}/ebrowse.c $(GETOPTDEPS) ../src/config.h
$(CC)
${ALL_CFLAGS}
-DVERSION
=
"
\"
${version}
\"
"
${srcdir}
/ebrowse.c
$(GETOPTOBJS)
$(LOADLIBES)
-o
ebrowse
...
...
@@ -409,7 +409,7 @@ ebrowse${EXEEXT}: ${srcdir}/ebrowse.c $(GETOPTDEPS) ../src/config.h
/*
We
depend
on
etags
to
assure
that
parallel
makes
don\'t
write
two
etags.o
files
on
top
of
each
other.
*/
ctags${EXEEXT}
:
etags${EXEEXT}
$(CC)
${ALL_CFLAGS}
-DCTAGS
-DEMACS_NAME
=
"
\"
GNU Emacs
"
\"
-DVERSION
=
"
\"
${version}
\"
"
${srcdir}
/etags.c
$(GETOPTOBJS)
$(REGEXPOBJ)
$(LOADLIBES)
-o
ctags
$(CC)
${ALL_CFLAGS}
-DCTAGS
-DEMACS_NAME
=
"
\"
GNU Emacs
\
"
"
-DVERSION
=
"
\"
${version}
\"
"
${srcdir}
/etags.c
$(GETOPTOBJS)
$(REGEXPOBJ)
$(LOADLIBES)
-o
ctags
profile${EXEEXT}
:
${srcdir}/profile.c ../src/config.h
$(CC)
${ALL_CFLAGS}
${srcdir}
/profile.c
$(LOADLIBES)
-o
profile
...
...
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