no need for generation

This commit is contained in:
Mario Fetka
2024-05-27 22:06:43 +02:00
parent bd02c330ee
commit 291be1735f
5 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ all: ${PROGS}
install:
-for i in ${PROGS} ; do \
${INSTALL} -c -m 755 -o ${OWNER} -g ${GROUP} $${i} ${P_BINARIES}/$${i}${GENERATIONSUFFIX} ;\
${GENERATION} ${P_BINARIES}/$${i} ;\
# ${GENERATION} ${P_BINARIES}/$${i} ;\
done
# dependencies of all and OTHERPROGS