diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 17:38:20 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 17:38:20 -0400 |
commit | 28420561826df73fff80c4a3c808aa9f1d418730 (patch) | |
tree | d40c17d196e7ce1d3645427746f280fc1654ba44 | |
parent | 113d1861d5730e1e61e6583317f1c6baa9deb333 (diff) |
fix typo
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7274f44cca..f032bfa65f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4257,7 +4257,7 @@ systemd_journal_remote_CFLAGS = \ systemd_journal_remote_LDADD += \ $(MICROHTTPD_LIBS) -#@src/grp-journal/grp-remote/Makfile +#@src/grp-journal/grp-remote/Makefile if ENABLE_TMPFILES dist_tmpfiles_DATA += \ tmpfiles.d/systemd-remote.conf |