Re: bmake and gmake

1999-05-16 Thread Nik Clayton
On Thu, Apr 08, 1999 at 02:53:00PM -0400, Kelly Yancey wrote: > Fun. Fun. Fun. I am trying to port some software to a system with > only gmake and the makefile uses bmake-style conditionals. Is there a good > way to convert the conditionals? Here is the offender: Not sure. It might be simpler t

bmake and gmake

1999-05-16 Thread Kelly Yancey
Fun. Fun. Fun. I am trying to port some software to a system with only gmake and the makefile uses bmake-style conditionals. Is there a good way to convert the conditionals? Here is the offender: .ifmake fastcgi DEFINES += -DFASTCGI CFLAGS+=-I$(FCGIINCLUDEDIR) .endif I really appre