Subject: Re: Q: What is wrong with "make" ?
To: None <netbsd-help@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: netbsd-help
Date: 05/24/1997 14:41:03
In article <Pine.OSF.3.91.970523201536.17230A-100000@ibdr121.inf.tu-dresden.de> brusinsk@ibdr.inf.tu-dresden.de (Andreas Brusinsky) writes:

>#*********
>$(SHOBJDIR)/%.o: %.c
>        $(CC) $(CFLAGS) $(SHCFLAGS) -o $@ -c $<
>#*********

bsd-make does not support pattern rules [yet].

christos