diff options
| author | bwarsaw | 2001-02-15 16:55:57 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-02-15 16:55:57 +0000 |
| commit | cfa9f2236cfc99c8b88ffacf96ce1980a954a789 (patch) | |
| tree | f56ae46d431dc999e00dcc3ca663ab99e05060fb | |
| parent | f136666e89015648db624b938a3e0e8b0449f017 (diff) | |
| download | mailman-cfa9f2236cfc99c8b88ffacf96ce1980a954a789.tar.gz mailman-cfa9f2236cfc99c8b88ffacf96ce1980a954a789.tar.zst mailman-cfa9f2236cfc99c8b88ffacf96ce1980a954a789.zip | |
Dont add qfiles subdirs to VAR_DIRS. These are created automatically
on demand.
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 02a8022e1..4f6e82200 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -44,7 +44,6 @@ CFLAGS= @CFLAGS@ $(OPT) $(DEFS) VAR_DIRS= \ logs archives lists locks data spam filters \ - qfiles qfiles/in qfiles/out qfiles/bounce qfiles/news \ archives/private archives/public ARCH_INDEP_DIRS= \ bin templates scripts cron \ |
