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

cinelerra-fix.patch

index c6ecc226d467a7dd145a1ca51d61c8d42397a42a..5e4b2d55a60bc213eeca35471e024339f026822d 100644 (file)
@@ -26,7 +26,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' )
  
  OBJS = \
        $(OBJDIR)/bcbar.o \
This page took 0.068609 seconds and 4 git commands to generate.