Makefile: fix FLUID rule.

This commit is contained in:
Jonathan Moore Liles 2008-06-13 23:35:27 -05:00
parent f3c9c99ceb
commit 148b313b31
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ endif
@ $(CXX) $(CXXFLAGS) -c $< -o $@
%.C : %.fl
@ cd `dirname $<` && fluid -c ../$<
@ cd $(dir $<) && fluid -c $(notdir $<)
$(OBJS): .config