From owner-cvs-share Tue Mar 11 22:25:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA19711 for cvs-share-outgoing; Tue, 11 Mar 1997 22:25:09 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA19687; Tue, 11 Mar 1997 22:25:04 -0800 (PST) Date: Tue, 11 Mar 1997 22:25:04 -0800 (PST) From: Peter Wemm Message-Id: <199703120625.WAA19687@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.info.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/03/11 22:25:00 Modified: share/mk bsd.info.mk Log: Move the conditional declarations of ICOMPRESS_CMD and ICOMPRESS_EXT to before they are used in .for loops and .SUFFIXES lists, or it doesn't work! Without this, 'make all' doesn't gzip the result as the generated 'all' target doesn't seem to be defined completely. Revision Changes Path 1.33 +3 -4 src/share/mk/bsd.info.mk