diff options
author | Tom Tromey <tromey@redhat.com> | 1996-01-24 23:39:34 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-01-24 23:39:34 +0000 |
commit | 1a57cd09eaeb6f7f7e8779c7998f4e68d8654d8f (patch) | |
tree | 9b2ba36853fa4519e3cde6581721c3aba0468b0a /gdb/Makefile.in | |
parent | 526fed067ec4e04992628edf9fe8ca01b65a9b4b (diff) | |
download | gdb-1a57cd09eaeb6f7f7e8779c7998f4e68d8654d8f.zip gdb-1a57cd09eaeb6f7f7e8779c7998f4e68d8654d8f.tar.gz gdb-1a57cd09eaeb6f7f7e8779c7998f4e68d8654d8f.tar.bz2 |
Look for -ldl or -ldld where needed by Tcl 7.5.
Updated copyrights.
Close backquote in 'lint' target.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 975eeda..6dbfdd2 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -845,7 +845,7 @@ m2-exp.tab.c: m2-exp.y lint: $(LINTFILES) $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \ - `echo $(DEPFILES) | sed 's/\.o /\.c /g' + `echo $(DEPFILES) | sed 's/\.o /\.c /g'` gdb.cxref: $(SFILES) cxref -I. $(SFILES) >gdb.cxref |