From 148b313b310bc4c7e314a554f0d5d3bca8083313 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Fri, 13 Jun 2008 23:35:27 -0500 Subject: [PATCH] Makefile: fix FLUID rule. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c9bbc0..eeb6f2f 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ endif @ $(CXX) $(CXXFLAGS) -c $< -o $@ %.C : %.fl - @ cd `dirname $<` && fluid -c ../$< + @ cd $(dir $<) && fluid -c $(notdir $<) $(OBJS): .config