From f6155ac30c0f195845200174abc41d71279bef49 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 11 May 2015 17:53:44 +0100 Subject: [PATCH] build: Add missing line continuation When -lrt was added, it was missing a '\' at the end of line. Add it. Cc: Tim Gore Cc: Thomas Wood Signed-off-by: Damien Lespiau --- 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 83f93a20..3d0bd230 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