X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2FMakefile;h=613aba1db41ef00f333a7d9683782e60da7f1b11;hb=f30a92d2f983d5ec09c8fd8db48c9bcb7ec76763;hp=4bcda763ab0139932f9c2fcc0b33d74dceddb947;hpb=29cc4023b50d6f7f9ab518978d8c9e839832b900;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/Makefile b/cinelerra-5.1/guicast/Makefile index 4bcda763..613aba1d 100644 --- a/cinelerra-5.1/guicast/Makefile +++ b/cinelerra-5.1/guicast/Makefile @@ -94,7 +94,7 @@ $(OBJDIR)/bcxfer.o: bcxfer.C xfer.C xfer.h $(CXX) `cat $(OBJDIR)/c_flags` -O3 -c $< -o $@ bcxfer.C: bccmdl.py - python < ./bccmdl.py > bcxfer.C + python2.7 < ./bccmdl.py > bcxfer.C $(OUTPUT): $(OBJS) ar rcs $(OUTPUT) `cat $(OBJDIR)/objs`