aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2016-11-18 21:16:52 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2016-11-18 21:18:48 -0500
commitef787763b9495913d5be90bcdedcecb553cbf308 (patch)
treedecee20d510930e180497957d243f29f8d3e2f08 /gdb/Makefile.in
parent3d6d882e29fb2b8f2451405c37fd6fd9b92fcdaa (diff)
downloadgdb-ef787763b9495913d5be90bcdedcecb553cbf308.zip
gdb-ef787763b9495913d5be90bcdedcecb553cbf308.tar.gz
gdb-ef787763b9495913d5be90bcdedcecb553cbf308.tar.bz2
Makefile: fix typo
Thanks to Patrick Monnerat for reporting this typo. gdb/ChangeLog: * Makefile.in (%.o: $(srcdir)/gdbtk/generic/%.c): Fix typo.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 1d6da4b..b68cf58 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1151,7 +1151,7 @@ all: gdb$(EXEEXT) $(CONFIG_ALL)
$(POSTCOMPILE)
%.o: $(srcdir)/gdbtk/generic/%.c
- $(COMPILE) $(all_gdbtk_cflags) %<
+ $(COMPILE) $(all_gdbtk_cflags) $<
$(POSTCOMPILE)
%.o: $(srcdir)/guile/%.c