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