diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2022-09-12 21:54:53 +0000 |
---|---|---|
committer | a1346054 <36859588+a1346054@users.noreply.github.com> | 2022-09-12 21:54:53 +0000 |
commit | c4097e01812f0498fbd0d26fa30ec47be0b54d25 (patch) | |
tree | e3e20f13c7141708198c5bc36837fb86a35a48f4 /Makefile.in | |
parent | 25ce8a79dc783a6646f979f9cac5b895fc333ea2 (diff) | |
download | sudo-c4097e01812f0498fbd0d26fa30ec47be0b54d25.tar.gz |
Fix incorrect makefile target name
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 642788e48..5ae970a26 100644 --- a/Makefile.in +++ b/Makefile.in @@ -440,4 +440,4 @@ sandwich: fi .PHONY: clean mostlyclean distclean cleandir clobber realclean ChangeLog \ - me a sandwhich check-format reformat + me a sandwich check-format reformat |