makefiles: Remove the no longer needed explicit separators for dependencies.
[wine] / dlls / ntdll / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = ntdll.dll
6 IMPORTS   = user32 kernel32
7
8 C_SRCS = \
9         atom.c \
10         change.c \
11         directory.c \
12         env.c \
13         error.c \
14         exception.c \
15         file.c \
16         generated.c \
17         info.c \
18         large_int.c \
19         om.c \
20         path.c \
21         port.c \
22         reg.c \
23         rtl.c \
24         rtlbitmap.c \
25         rtlstr.c \
26         string.c \
27         time.c
28
29 @MAKE_TEST_RULES@