Replace mkproto.pl with mkproto.awk
authorEthan Sommer via rsync <rsync@lists.samba.org>
Tue, 7 Apr 2020 20:01:45 +0000 (13:01 -0700)
committerWayne Davison <wayned@samba.org>
Tue, 7 Apr 2020 20:08:05 +0000 (13:08 -0700)
commit795268bb7cf5c077320243d7f037836adf19aa41
tree20052492e74c9124654c3cff78edef7d74f7feb2
parent70cbc66b7f504f9ba5f396aeafa38aa8d483b799
Replace mkproto.pl with mkproto.awk

This replaces the build dependency on perl with one on awk which is
already used throughout the build system and is much more ubiquitous
than perl.
Makefile.in
mkproto.awk [new file with mode: 0644]
mkproto.pl [deleted file]