Commit 89e1457d authored by Mike Gabriel's avatar Mike Gabriel

Xserver/fb/Imakefile: Introduce NULL variable.

parent d12b7754
......@@ -17,6 +17,7 @@ SpecialCObjectRule(fbcopy,fbcopy.c,$(USEMMXOPTIONS))
#endif
*/
NULL =
#include <Server.tmpl>
......@@ -74,6 +75,7 @@ SRCS = $(XFMODSRC) \
fb24_32.c \
fbpict.c \
fbmmx.c \
$(NULL)
OBJS = $(XFMODOBJ) \
fbarc.o \
......@@ -110,6 +112,7 @@ OBJS = $(XFMODOBJ) \
fb24_32.o \
fbpict.o \
fbmmx.o \
$(NULL)
INCLUDES = -I$(SERVERSRC)/fb -I$(SERVERSRC)/mi -I$(SERVERSRC)/include \
-I$(XINCLUDESRC) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment