]> git.pld-linux.org Git - packages/fix-info-dir.git/commitdiff
- oops, fix was wrong - it worked with -j2 but not with -j1 :P
authorsparky <sparky@pld-linux.org>
Tue, 12 Sep 2006 08:07:34 +0000 (08:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fix-info-dir-Makefile.patch -> 1.2

fix-info-dir-Makefile.patch

index d36434f5c23e50bc2c6ee3502d89b270a29ed231..838e5e86836bac61bb4411c555e50efd4901e3b4 100644 (file)
@@ -12,17 +12,18 @@ diff -Nur fix-info-dir-0.13.orig/Makefile fix-info-dir-0.13.Makefile/Makefile
  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)'
This page took 0.053009 seconds and 4 git commands to generate.