automake: drop the NULL variable from the makefile

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2015-03-10 18:01:24 +00:00
parent 9244d98136
commit 58e5010a09

View file

@ -1,5 +1,3 @@
NULL:=#
AM_CFLAGS = \
$(WARN_CFLAGS)\
-I $(top_srcdir)/include/drm \
@ -54,10 +52,9 @@ TESTS = \
getstats \
setversion \
updatedraw \
name_from_fd \
$(NULL)
name_from_fd
SUBDIRS += vbltest $(NULL)
SUBDIRS += vbltest
check_PROGRAMS += $(TESTS)