mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 00:34:36 +08:00
12 lines
398 B
Diff
12 lines
398 B
Diff
|
--- Makefile.old 2010-07-23 04:16:11.000000000 -0300
|
||
|
+++ Makefile 2010-07-23 04:16:11.000000000 -0300
|
||
|
@@ -42,7 +42,7 @@
|
||
|
protocol-numbers.iana port-numbers.iana
|
||
|
|
||
|
protocol-numbers.iana:
|
||
|
- $(AWK) -f get.gawk -v file=protocol-numbers >protocol-numbers.iana
|
||
|
+ $(AWK) -f get.gawk -v file=protocol-numbers/protocol-numbers.txt >protocol-numbers.iana
|
||
|
rm -f protocol-numbers
|
||
|
|
||
|
port-numbers.iana:
|