Message ID | 1431363390-31907-1-git-send-email-damien.lespiau@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
> -----Original Message----- > From: Lespiau, Damien > Sent: Monday, May 11, 2015 5:57 PM > To: intel-gfx@lists.freedesktop.org > Cc: Gore, Tim; Wood, Thomas > Subject: [PATCH i-g-t] build: Add missing line continuation > > When -lrt was added, it was missing a '\' at the end of line. Add it. > > Cc: Tim Gore <tim.gore@intel.com> > Cc: Thomas Wood <thomas.wood@intel.com> > Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> > --- > tools/quick_dump/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/quick_dump/Makefile.am > b/tools/quick_dump/Makefile.am index 83f93a2..3d0bd23 100644 > --- a/tools/quick_dump/Makefile.am > +++ b/tools/quick_dump/Makefile.am > @@ -14,7 +14,7 @@ I915ChipsetPython_la_LIBADD = \ > $(DRM_LIBS) \ > $(CAIRO_LIBS) \ > $(LIBUNWIND_LIBS) \ > - -lrt > + -lrt \ > $(NULL) > > chipset.py: chipset_wrap_python.c > -- > 2.1.0 Reviewed-by: Tim Gore <tim.gore@intel.com>
diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am index 83f93a2..3d0bd23 100644 --- a/tools/quick_dump/Makefile.am +++ b/tools/quick_dump/Makefile.am @@ -14,7 +14,7 @@ I915ChipsetPython_la_LIBADD = \ $(DRM_LIBS) \ $(CAIRO_LIBS) \ $(LIBUNWIND_LIBS) \ - -lrt + -lrt \ $(NULL) chipset.py: chipset_wrap_python.c
When -lrt was added, it was missing a '\' at the end of line. Add it. Cc: Tim Gore <tim.gore@intel.com> Cc: Thomas Wood <thomas.wood@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> --- tools/quick_dump/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)