From 414548446b9fc0122f6ca44145cc8e32747e8ddd Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 16 Oct 2004 12:14:31 +0200 Subject: Fixed 'newplugin' to use the compiler defined in $(CXX) for generating file dependencies --- newplugin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newplugin') diff --git a/newplugin b/newplugin index 8adae35f..07d3f685 100755 --- a/newplugin +++ b/newplugin @@ -12,7 +12,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: newplugin 1.16 2003/12/21 15:45:18 kls Exp $ +# $Id: newplugin 1.17 2004/10/16 12:12:43 kls Exp $ $PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin \n"; @@ -110,7 +110,7 @@ OBJS = \$(PLUGIN).o # Dependencies: -MAKEDEP = g++ -MM -MG +MAKEDEP = \$(CXX) -MM -MG DEPFILE = .dependencies \$(DEPFILE): Makefile \@\$(MAKEDEP) \$(DEFINES) \$(INCLUDES) \$(OBJS:%.o=%.c) > \$\@ -- cgit v1.2.3