diff options
| author | bwarsaw | 1998-05-29 20:43:48 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-05-29 20:43:48 +0000 |
| commit | 12f129efea23c946da6f2a9e2cf7e7409bd3a143 (patch) | |
| tree | 46f803fe2b5ba88849b342567adade09a5ae5231 | |
| parent | 0b559b3760e2a794327f02b6a95ff6ad14d54c03 (diff) | |
| download | mailman-12f129efea23c946da6f2a9e2cf7e7409bd3a143.tar.gz mailman-12f129efea23c946da6f2a9e2cf7e7409bd3a143.tar.zst mailman-12f129efea23c946da6f2a9e2cf7e7409bd3a143.zip | |
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8bbf3f627..8be696ca0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,7 +40,8 @@ OPT= @OPT@ CFLAGS= $(OPT) $(DEFS) ARCH_INDEP_DIRS= public_html logs Mailman archives bin \ -archives/private archives/public lists locks templates scripts filters cron +archives/private archives/public lists locks templates scripts filters \ +cron data ARCH_DEP_DIRS= cgi-bin mail # Directories make should decend into |
