Browse Source

Makefile: fix FLUID rule.

tags/non-sequencer-v1.9.4
Jonathan Moore Liles 17 years ago
parent
commit
148b313b31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -77,7 +77,7 @@ endif
@ $(CXX) $(CXXFLAGS) -c $< -o $@

%.C : %.fl
@ cd `dirname $<` && fluid -c ../$<
@ cd $(dir $<) && fluid -c $(notdir $<)

$(OBJS): .config



Loading…
Cancel
Save