]> git.wh0rd.org - patches.git/blame - tftp-hpa-0.45-parallel.patch
more random patches. who knows.
[patches.git] / tftp-hpa-0.45-parallel.patch
CommitLineData
5e993f12 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