Touch data after unpacking them. This will prevent the "make install" target to be called twice in a row.

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
Emmanuel Kasper 2015-03-30 13:08:22 +02:00 committed by Dietmar Maurer
parent cf72a931f7
commit 6994f51842

View File

@ -10,6 +10,7 @@ TOUCHDATA = \
${TOUCHDATA}: ${TOUCHSRC}
rm -rf ${TOUCHDIR}
unzip -x ${TOUCHSRC}
touch ${TOUCHDATA}
all: ${TOUCHDATA}