diff mbox

[libdrm,3/5] automake: drop the NULL variable from the makefile

Message ID 1424874496-13540-3-git-send-email-emil.l.velikov@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Emil Velikov Feb. 25, 2015, 2:28 p.m. UTC
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 tests/Makefile.am | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
diff mbox

Patch

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 37b8d3a..e0281aa 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,3 @@ 
-NULL:=#
-
 AM_CPPFLAGS = \
 	-I $(top_srcdir)/include/drm \
 	-I $(top_srcdir)
@@ -53,10 +51,9 @@  TESTS =						\
 	getstats				\
 	setversion				\
 	updatedraw				\
-	name_from_fd				\
-	$(NULL)
+	name_from_fd
 
-SUBDIRS += vbltest $(NULL)
+SUBDIRS += vbltest
 
 check_PROGRAMS += $(TESTS)