]> git.wh0rd.org - patches.git/blob - tftp-hpa-0.45-parallel.patch
scummvm random work
[patches.git] / tftp-hpa-0.45-parallel.patch
1 --- Makefile
2 +++ Makefile
3 @@ -17,8 +17,8 @@
4
5 all: MCONFIG $(patsubst %, %.build, $(SUB))
6
7 -tftp.build: lib.build
8 -tftpd.build: lib.build
9 +tftp.build: lib.build common.build
10 +tftpd.build: lib.build common.build
11
12 install: MCONFIG $(patsubst %, %.install, $(SUB))
13