From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24122 invoked from network); 29 Dec 1996 01:57:07 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 29 Dec 1996 01:57:07 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id UAA09605; Sat, 28 Dec 1996 20:55:01 -0500 (EST) Resent-Date: Sat, 28 Dec 1996 20:55:01 -0500 (EST) Message-Id: Date: Sat, 28 Dec 1996 20:56:08 -0500 (EST) From: dogcow@us.itd.umich.edu (Tom Spindler) To: zsh-workers@math.gatech.edu Subject: 3.1.0beta make install problem Resent-Message-ID: <"0vHzF2.0.zL2.qzSno"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2658 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu make install calls make install.modules, which has various problems (it looks like MODULE is misspelled MONULE, but I don't know if that's intentional or not.) - it does a "for dir in $(MODULE_DIRS); do", but that variable is empty, and so sh gets pouty. I'd suggest either removing install.modules from the make install line, or else putting it at the end of the install: line.