1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

makefiles: No longer ignore makedep.c.

This commit is contained in:
Alexandre Julliard 2024-06-25 17:37:00 +02:00
parent fcc5629f7e
commit d9b364f6f5
2 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,8 @@ PROGRAMS = \
make_xftmpl
SOURCES = \
makedep.c \
make_xftmpl.c \
makedep.c \
wineapploader.in
makedep_OBJS = makedep.o

View File

@ -41,7 +41,6 @@ my %modules16 =
my %ignored_source_files = (
"dlls/wineps.drv/afm2c.c" => 1,
"dlls/wineps.drv/mkagl.c" => 1,
"tools/makedep.c" => 1,
);
my (@makefiles, %makefiles);