From e6900f290611068fe83cb1c72b6776ce6d06e40e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 11 May 2009 21:36:57 +0200 Subject: [PATCH] No need to set variables twice. --- Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0fe078d22..5bfeb8c87 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,8 +51,6 @@ LD = @LD@ MOC = @MOC@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ -PROFILING_CFLAGS = @PROFILING_CFLAGS@ -PROFILING_LIBS = @PROFILING_LIBS@ RANLIB = @RANLIB@ STRIP = @STRIP@ UIC = @UIC@