From efeac825cc071e01b203eda2af3a28f5020c9f3e Mon Sep 17 00:00:00 2001 From: schmirl Date: Wed, 12 Mar 2008 09:36:27 +0000 Subject: FreeBSD compatibility (#435) Modified Files: Makefile common.h libdvbmpeg/ctools.c server/connectionVTP.c tools/socket.c --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cac5c01..b339c3f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.9 2008/02/11 16:13:46 schmirl Exp $ +# $Id: Makefile,v 1.10 2008/03/12 09:36:27 schmirl Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -116,7 +116,7 @@ endif ### Targets: libdvbmpeg/libdvbmpegtools.a: libdvbmpeg/*.c libdvbmpeg/*.cc libdvbmpeg/*.h libdvbmpeg/*.hh - make -C ./libdvbmpeg libdvbmpegtools.a + $(MAKE) -C ./libdvbmpeg libdvbmpegtools.a libvdr-$(PLUGIN)-client.so: $(CLIENTOBJS) $(COMMONOBJS) libdvbmpeg/libdvbmpegtools.a @@ -136,4 +136,4 @@ dist: clean clean: @-rm -f $(COMMONOBJS) $(CLIENTOBJS) $(SERVEROBJS) $(DEPFILE) *.so *.tgz core* *~ - make -C ./libdvbmpeg clean + $(MAKE) -C ./libdvbmpeg clean -- cgit v1.2.3