diff options
| author | bwarsaw | 2001-10-01 16:40:26 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-10-01 16:40:26 +0000 |
| commit | c52eaaecb7bdc378a831e81e3ebff57ed7236379 (patch) | |
| tree | a6e338b5bd4038e76a826bc15baeadb24f0820b5 /misc | |
| parent | a51952ffdc533023ed7ad4a852e2a68ab09e45de (diff) | |
| download | mailman-c52eaaecb7bdc378a831e81e3ebff57ed7236379.tar.gz mailman-c52eaaecb7bdc378a831e81e3ebff57ed7236379.tar.zst mailman-c52eaaecb7bdc378a831e81e3ebff57ed7236379.zip | |
Don't install Cookie.py from here, since we're now going to grab it
from Python's standard library.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index 103113177..84a3a1909 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -61,7 +61,6 @@ ICONS= *.jpg *.png all: install: - $(INSTALL) -m $(FILEMODE) Cookie.py $(PACKAGEDIR) $(INSTALL) -m $(FILEMODE) $(ICONS) $(ICONDIR) for d in $(PATHSDIRS); \ do \ |
