SOURCES: fix-info-dir-Makefile.patch - oops, fix was wrong - it wo...

sparky sparky at pld-linux.org
Tue Sep 12 10:07:39 CEST 2006


Author: sparky                       Date: Tue Sep 12 08:07:39 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- oops, fix was wrong - it worked with -j2 but not with -j1 :P

---- Files affected:
SOURCES:
   fix-info-dir-Makefile.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/fix-info-dir-Makefile.patch
diff -u SOURCES/fix-info-dir-Makefile.patch:1.1 SOURCES/fix-info-dir-Makefile.patch:1.2
--- SOURCES/fix-info-dir-Makefile.patch:1.1	Wed Sep  6 19:48:05 2006
+++ SOURCES/fix-info-dir-Makefile.patch	Tue Sep 12 10:07:34 2006
@@ -12,17 +12,18 @@
  CC 	= gcc
  SHELL 	= /bin/sh
  RANLIB  = ranlib
-@@ -28,10 +28,10 @@
+@@ -28,10 +28,12 @@
  %.o:	%.c
  	$(CC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<
  
 -all: 	trurl $(TARGET)
 +all: 	$(TARGET)
  
--$(TARGET): $(TARGET).o
+ $(TARGET): $(TARGET).o
 -	$(CC) $(CFLAGS) -o $@ $@.o  $(LDLAGS)
-+$(TARGET): $(TARGET).o trurl
 +	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $@.o $(LIBS)
++
++$(TARGET).o: trurl
  
  trurl:  
  	$(MAKE) -C $(TRURLDIR) modules=on symlink narray.a CFLAGS='$(CFLAGS)'
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/fix-info-dir-Makefile.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list