mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
stress-ng: fix build with make v4.3
How did this ever... I mean, who writes... oh... nevermind.
This commit is contained in:
parent
5bd3abf5fb
commit
0ab9832843
@ -0,0 +1,15 @@
|
|||||||
|
--- a/Makefile 2020-01-08 15:05:33.724535475 +0100
|
||||||
|
+++ b/Makefile 2020-01-08 15:06:22.475865004 +0100
|
||||||
|
@@ -339,11 +339,9 @@
|
||||||
|
endif
|
||||||
|
$(MAKE) stress-ng
|
||||||
|
|
||||||
|
-.SUFFIXES: .c .o
|
||||||
|
-
|
||||||
|
.o: stress-ng.h Makefile
|
||||||
|
|
||||||
|
-.c.o: stress-ng.h Makefile $(SRC)
|
||||||
|
+%.c.o: stress-ng.h Makefile %.c
|
||||||
|
@echo "CC $<"
|
||||||
|
@$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user