rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / plugins / freeverb / Makefile
index 2d753afab159557332a1b5961aa19f9f9993c41d..df9882158501f8d8012a82d89aa280e0efccbb6b 100644 (file)
@@ -6,7 +6,7 @@ DIRS := $(OBJDIR)/Components
 FREEVERBOBJS := \
        $(OBJDIR)/Components/allpass.o \
        $(OBJDIR)/Components/comb.o \
-       $(OBJDIR)/Components/revmodel.o 
+       $(OBJDIR)/Components/revmodel.o
 
 CFLAGS += -IComponents
 LFLAGS += $(FREEVERBOBJS)
@@ -16,7 +16,7 @@ include ../../plugin_config
 $(FREEVERBOBJS):
        $(CC) -c `cat $(OBJDIR)/c_flags` $(subst $(OBJDIR)/,, $*.cpp) -o $*.o
 
-$(OUTPUT): $(DIRS)
+$(FREEVERBOBJS): $(DIRS)
 $(OUTPUT): $(FREEVERBOBJS)
 
 $(DIRS):