X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ffreeverb%2FMakefile;h=df9882158501f8d8012a82d89aa280e0efccbb6b;hb=9058f65f71aafbeab023657be0f6b84b629b70c4;hp=2d753afab159557332a1b5961aa19f9f9993c41d;hpb=7a70932d3e04454177c456d0b42ee2f5318d6ad1;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/freeverb/Makefile b/cinelerra-5.1/plugins/freeverb/Makefile index 2d753afa..df988215 100644 --- a/cinelerra-5.1/plugins/freeverb/Makefile +++ b/cinelerra-5.1/plugins/freeverb/Makefile @@ -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):