Build: Ensure xf86DefModeSet.c ends in an empty line

This shuts up a warning.
This commit is contained in:
Daniel Stone 2008-05-07 22:29:04 +03:00
parent 268d61e00c
commit 641a5f955b

View File

@ -25,6 +25,7 @@ MODEDEFSOURCES = $(srcdir)/vesamodes $(srcdir)/extramodes
xf86DefModeSet.c: $(srcdir)/modeline2c.awk $(MODEDEFSOURCES)
cat $(MODEDEFSOURCES) | $(AWK) -f $(srcdir)/modeline2c.awk > $@
echo >> $@
BUILT_SOURCES = xf86DefModeSet.c