mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-29 02:10:12 +01:00
automake: drop the NULL variable from the makefile
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
9244d98136
commit
58e5010a09
1 changed files with 2 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue