Re: [Live-devel] Replace old Makefile rules

2015-04-24 Thread Deanna Earley
edia - development & use Subject: Re: [Live-devel] Replace old Makefile rules Sorry, but no. The existing Makefiles appear to work OK for all current versions of both “make” and “gmake”. However, with your patch applied, while “gmake” works OK, “make” (at least on FreeBSD 10.1) does not:

Re: [Live-devel] Replace old Makefile rules

2015-04-23 Thread Ross Finlayson
> Well, I get exactly the same error with GNU make 4.1 without the patch (since > it won't use the old-style rule). Sorry, but I have no problem at all with “gmake” version 3.82 or “gmake” version 4.1 (nor with “make” (unsure of the version)) with the existing Makefiles. Maybe something else i

Re: [Live-devel] Replace old Makefile rules

2015-04-23 Thread Niels Ole Salscheider
On Thursday 23 April 2015, 12:45:03, Ross Finlayson wrote: > Sorry, but no. The existing Makefiles appear to work OK for all current > versions of both “make” and “gmake”. > > However, with your patch applied, while “gmake” works OK, “make” (at least > on FreeBSD 10.1) does not: %make > mak

Re: [Live-devel] Replace old Makefile rules

2015-04-23 Thread Ross Finlayson
Sorry, but no. The existing Makefiles appear to work OK for all current versions of both “make” and “gmake”. However, with your patch applied, while “gmake” works OK, “make” (at least on FreeBSD 10.1) does not: %make make: “liveMedia/Makefile" line 40: warning: duplicate script

[Live-devel] Replace old Makefile rules

2015-04-23 Thread Niels Ole Salscheider
Hi, the attached patch is necessary to compile live with newer versions of make. Ole--- a/liveMedia/Makefile.tail 2015-04-23 20:26:00.397211169 +0200 +++ b/liveMedia/Makefile.tail 2015-04-23 20:27:05.165974550 +0200 @@ -5,9 +5,9 @@ ALL = $(LIVEMEDIA_LIB) all: $(ALL) -.$(C).$(OBJ): +%.$(OBJ) :