]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
rpcdebug: do not use build toolchain
authorMike Frysinger <vapier@gentoo.org>
Mon, 25 Mar 2013 12:35:37 +0000 (08:35 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 25 Mar 2013 14:09:12 +0000 (10:09 -0400)
The rpcdebug program gets installed, so we don't want to use the build
toolchain to compile it.  I can't find any scripts in the build system
that try to execute it, so this shouldn't be a problem.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Steve Dickson <steved@redhat.com>
tools/rpcdebug/Makefile.am

index 39b70c909b556eed02f763f8164dff597a211214..b0a3e1f9fe1a87d5ec8154756cf1349d0617ce6a 100644 (file)
@@ -1,15 +1,9 @@
 ## Process this file with automake to produce Makefile.in
 
-CC=$(CC_FOR_BUILD)
-LIBTOOL = @LIBTOOL@ --tag=CC
-
 man8_MANS = rpcdebug.man
 EXTRA_DIST = $(man8_MANS)
 
 sbin_PROGRAMS = rpcdebug
 rpcdebug_SOURCES = rpcdebug.c
-rpcdebug_CFLAGS=$(CFLAGS_FOR_BUILD)
-rpcdebug_CPPFLAGS=$(CPPFLAGS_FOR_BUILD) -I$(top_srcdir)/support/include
-rpcdebug_LDFLAGS=$(LDFLAGS_FOR_BUILD)
 
 MAINTAINERCLEANFILES = Makefile.in