diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:51:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:51:05 -0400 |
commit | ca3fbb58a70e54dac75def93379ce7ae01167af5 (patch) | |
tree | 70df2cd286ed9d0aa494ef5c0327b0f7079da713 | |
parent | 8ab6d6ae4a1fbefe7c772a8513e5d5a38f49a302 (diff) |
I think I accidentally rm'ed this while messing with .gitignore
-rw-r--r-- | build-aux/Makefile.each.tail/20-systemd.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/Makefile.each.tail/20-systemd.mk b/build-aux/Makefile.each.tail/20-systemd.mk new file mode 100644 index 0000000000..89a87397c5 --- /dev/null +++ b/build-aux/Makefile.each.tail/20-systemd.mk @@ -0,0 +1,3 @@ +-include $(outdir)/$(DEPDIR)/*.P* +std.clean_files += *.o *.lo .deps/ .libs/ +include $(topsrcdir)/am-pat-rules.mk |