From owner-freebsd-bugs Fri Jun 9 01:55:22 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA26281 for bugs-outgoing; Fri, 9 Jun 1995 01:55:22 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA26274 for ; Fri, 9 Jun 1995 01:55:13 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id SAA25172; Fri, 9 Jun 1995 18:49:23 +1000 Date: Fri, 9 Jun 1995 18:49:23 +1000 From: Bruce Evans Message-Id: <199506090849.SAA25172@godzilla.zeta.org.au> To: mal@algonet.se, rgrimes@gndrsh.aac.dev.com Subject: Re: make doesn't like lines with a tab only Cc: bugs@FreeBSD.org Sender: bugs-owner@FreeBSD.org Precedence: bulk >> "Makefile", line 3: Need an operator >> Fatal errors encountered -- cannot continue >The only bug here is that your makefile is arguably wrong. A tab indicates >there is to be a command in this location, you have provided no command. There seems to be a bug in /bin/sh too. Why doesn't it exit with a fatal error when I hit return? ;-) Bruce