]> git.pld-linux.org Git - packages/ccs.git/commitdiff
- proper fix; don't remove object dependencies auto/th/ccs-2_00_00-2 auto/ti/ccs-2_00_00-2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Mar 2008 19:05:18 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ccs-include.patch -> 1.2

ccs-include.patch

index 6b54024272ec3f214fc0fbced7fe01feaf925cc2..83358881a7672e2c97d37f3ebecedb31fc541f04 100644 (file)
@@ -13,12 +13,11 @@ diff -ur cluster-2.00.00.orig/ccs/lib/libccs.c cluster-2.00.00/ccs/lib/libccs.c
 diff -ur cluster-2.00.00.orig/ccs/lib/Makefile cluster-2.00.00/ccs/lib/Makefile
 --- cluster-2.00.00.orig/ccs/lib/Makefile      2008-03-07 13:39:28.000000000 +0100
 +++ cluster-2.00.00/ccs/lib/Makefile   2008-03-07 13:47:19.000000000 +0100
-@@ -27,7 +27,7 @@
- libccs.a: libccs.o log.o
+@@ -28,6 +28,6 @@
        ${AR} cr libccs.a libccs.o log.o
  
--libccs.o: libccs.c ccs.h
-+libccs.o: libccs.c
-       ${CC} -c ${CFLAGS} ${INCLUDE} $^
+ libccs.o: libccs.c ccs.h
+-      ${CC} -c ${CFLAGS} ${INCLUDE} $^
++      ${CC} -c ${CFLAGS} ${INCLUDE} $<
  
  log.o: ../common/log.c
This page took 0.097686 seconds and 4 git commands to generate.