Makefile: explicit_bzero.c was copied twice (GNU make gives a warning)
authorHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 4 Oct 2022 17:44:47 +0000 (19:44 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 4 Oct 2022 17:44:47 +0000 (19:44 +0200)
Makefile

index f4ffbb7e0263da9d91a733611955f8fbf764d741..b20fd4ee633f8afa355295c3b8e09b7e307dc94d 100644 (file)
--- 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}