commit 265704d73647e0d4823126bbb7ddde1d415a618d
Author:     Hiltjo Posthuma <[email protected]>
AuthorDate: Tue Oct 4 19:44:47 2022 +0200
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Tue Oct 4 19:44:47 2022 +0200

    Makefile: explicit_bzero.c was copied twice (GNU make gives a warning)

diff --git a/Makefile b/Makefile
index f4ffbb7..b20fd4e 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ dist: clean
        @echo creating dist tarball
        @mkdir -p slock-${VERSION}
        @cp -R LICENSE Makefile README slock.1 config.mk \
-               ${SRC} explicit_bzero.c config.def.h arg.h util.h 
slock-${VERSION}
+               ${SRC} config.def.h arg.h util.h slock-${VERSION}
        @tar -cf slock-${VERSION}.tar slock-${VERSION}
        @gzip slock-${VERSION}.tar
        @rm -rf slock-${VERSION}

Reply via email to