diff options
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile b/util/Makefile index d64bd60b..99461ffe 100644 --- a/util/Makefile +++ b/util/Makefile @@ -38,7 +38,7 @@ PROGS= ${UTIL_OBJS} ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \ stock.perl weather.perl toplazyBM.sh toplazyBBM.sh \ dailybackup.pl tarqueue.pl waterball.pl filtermail.pl \ getbackup.pl udnnews.pl rebuildaloha.pl railway_wrapper.pl\ - checkdir merge_dir + checkdir all: ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${PROGS} |