diff options
| -rw-r--r-- | Mailman/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/Makefile.in b/Mailman/Makefile.in index 3321e9767..501862764 100644 --- a/Mailman/Makefile.in +++ b/Mailman/Makefile.in @@ -61,7 +61,7 @@ all: (cd $$d; $(MAKE)); \ done -install: +install-here: for f in $(MODULES); \ do \ $(INSTALL) -m $(FILEMODE) $$f $(PACKAGEDIR); \ @@ -71,6 +71,8 @@ install: then \ $(INSTALL) -m $(FILEMODE) mm_cfg.py.dist $(PACKAGEDIR)/mm_cfg.py; \ fi + +install: install-here for d in $(SUBDIRS); \ do \ (cd $$d; $(MAKE) install); \ |
