defs.mk: Re-enabled GFILTER

This commit is contained in:
Jan Lindemann 2007-08-13 18:35:13 +00:00 committed by Jan Lindemann
commit 66fd5e8080

View file

@ -356,7 +356,7 @@ CPP ?= g++
ifeq ($(USE_GFILTER),true)
GFILT = sh $(firstword $(wildcard $(MODDIR)/contrib/gfilt/gfilt $(MODDIR)/bin/gfilt))
ifneq ($(strip $(GFILT)),sh)
CPP = $(GFILT)
GPP = $(GFILT)
endif
endif