You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/ltrace/files/0.4-parallel-make.patch

12 lines
312 B

--- ltrace-0.3.36.orig/Makefile.in 2004-11-10 01:12:03.000000000 +0200
+++ ltrace-0.3.36/Makefile.in 2006-09-02 11:10:57.000000000 +0300
@@ -35,6 +35,8 @@
ltrace: sysdeps/sysdep.o $(OBJ)
$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
+$(OBJ): sysdeps/sysdep.o
+
sysdeps/sysdep.o: dummy
$(MAKE) -C sysdeps/$(OS)