stress-ng: fix build with make v4.3

How did this ever... I mean, who writes... oh... nevermind.
This commit is contained in:
Andre Heider 2020-01-08 15:08:30 +01:00
parent 5bd3abf5fb
commit 0ab9832843

View File

@ -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 $@ $<