summaryrefslogtreecommitdiffstats
path: root/share/i18n/esdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/i18n/esdb/Makefile')
-rw-r--r--share/i18n/esdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/i18n/esdb/Makefile b/share/i18n/esdb/Makefile
index 419ca21..3cd372c 100644
--- a/share/i18n/esdb/Makefile
+++ b/share/i18n/esdb/Makefile
@@ -10,7 +10,7 @@ FILES+= esdb.dir esdb.dir.db esdb.alias esdb.alias.db
CLEANFILES= ${FILES}
esdb.dir: ${SUBDIR}
- touch $@
+ > $@
.for i in ${SUBDIR}
cat ${i}/esdb.dir.${i} >>${.TARGET}
.endfor
@@ -18,7 +18,7 @@ esdb.dir.db: esdb.dir
${MKESDB} -m -o ${.TARGET} ${.ALLSRC}
esdb.alias: ${SUBDIR}
- touch $@
+ > $@
.for i in ${SUBDIR}
cat ${i}/esdb.alias.${i} >>${.TARGET}
.endfor
OpenPOWER on IntegriCloud