git.wh0rd.org
/
patches.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
more random patches. who knows.
[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