defs.mk: Disable gfilt for rpm builds

This commit (hopefully) makes CPP not use gfilt for rpm builds

TODO: re-enable this for use with rpm libs
This commit is contained in:
Jan Lindemann 2006-03-17 16:16:48 +00:00 committed by Jan Lindemann
commit 5482744e3b

View file

@ -307,7 +307,11 @@ LDREST += $(LDAUDIO) $(LDFFTW) -ldl
CC = $(YAMD)gcc
#CPP = $(YAMD)g++
#CPP = gfilt
CPP = sh $(MODDIR)/contrib/gfilt/gfilt
ifeq ($(USE_RPMLIBS),)
CPP = sh $(MODDIR)/contrib/gfilt/gfilt
else
CPP = g++
endif
RM = rm
AR = ar