]> git.pld-linux.org Git - packages/cinelerra.git/commitdiff
- more
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 8 Dec 2006 00:44:06 +0000 (00:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cinelerra-fix.patch -> 1.4

cinelerra-fix.patch

index 5e4b2d55a60bc213eeca35471e024339f026822d..99f29140cc6e90c153921cfb5e5c22f76851c6a7 100644 (file)
@@ -15,7 +15,7 @@
  endif
  
 -$(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
-+$(shell sh -c 'if ! test -d $(OBJDIR); then mkdir $(OBJDIR); fi' )
++foo := $(shell sh -c 'if ! test -d $(OBJDIR); then mkdir $(OBJDIR); fi' )
  
  ########################## LINKER
  
This page took 0.080154 seconds and 4 git commands to generate.