From owner-cvs-usrbin Thu Jun 27 14:49:05 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA29069 for cvs-usrbin-outgoing; Thu, 27 Jun 1996 14:49:05 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA29028; Thu, 27 Jun 1996 14:48:54 -0700 (PDT) Date: Thu, 27 Jun 1996 14:48:54 -0700 (PDT) From: Nate Williams Message-Id: <199606272148.OAA29028@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/strip Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/27 14:48:53 Modified: usr.bin/strip Makefile Log: Trivial bugfix which occurs when DEBUG_FLAGS is defined. If DEBUG_FLAGS is defined, STRIP is undefined and causes the Makefile to blow up, so make sure STRIP is defined if you plan on using it. Revision Changes Path 1.7 +2 -0 src/usr.bin/strip/Makefile