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

This commit is contained in:
Hiltjo Posthuma 2022-10-04 19:44:47 +02:00
parent 35633d4567
commit 265704d736
1 changed files with 1 additions and 1 deletions

View File

@ -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}