mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
makefiles: No longer ignore makedep.c.
This commit is contained in:
parent
fcc5629f7e
commit
d9b364f6f5
2 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,8 @@ PROGRAMS = \
|
||||||
make_xftmpl
|
make_xftmpl
|
||||||
|
|
||||||
SOURCES = \
|
SOURCES = \
|
||||||
makedep.c \
|
|
||||||
make_xftmpl.c \
|
make_xftmpl.c \
|
||||||
|
makedep.c \
|
||||||
wineapploader.in
|
wineapploader.in
|
||||||
|
|
||||||
makedep_OBJS = makedep.o
|
makedep_OBJS = makedep.o
|
||||||
|
|
|
@ -41,7 +41,6 @@ my %modules16 =
|
||||||
my %ignored_source_files = (
|
my %ignored_source_files = (
|
||||||
"dlls/wineps.drv/afm2c.c" => 1,
|
"dlls/wineps.drv/afm2c.c" => 1,
|
||||||
"dlls/wineps.drv/mkagl.c" => 1,
|
"dlls/wineps.drv/mkagl.c" => 1,
|
||||||
"tools/makedep.c" => 1,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
my (@makefiles, %makefiles);
|
my (@makefiles, %makefiles);
|
||||||
|
|
Loading…
Reference in a new issue