summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-10-04 19:44:47 +0200
committerrafa_99 <raroma09@gmail.com>2022-10-08 16:17:51 +0100
commitca19ed79bcd2f49b9ebad235348c0756d34090d4 (patch)
treefedc0f6430984a048cc37e4ff8f30ae9980c1846
parent5d453240f544e9196142ebbd43ff6d3e85c7abee (diff)
Makefile: explicit_bzero.c was copied twice (GNU make gives a warning)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}