From c3fa8e5a9ea285d0378422719cf430b9008a9d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Tue, 2 Sep 2014 16:38:58 +0200 Subject: [PATCH] Build: Support other make(1) than GNU-make. This also helps when building source dists. --- src/modules/_Stdio/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/_Stdio/Makefile.in b/src/modules/_Stdio/Makefile.in index 998795672c..459d57863d 100644 --- a/src/modules/_Stdio/Makefile.in +++ b/src/modules/_Stdio/Makefile.in @@ -9,6 +9,8 @@ CONFIG_HEADERS=@CONFIG_HEADERS@ @static_module_makefile@ +buffer.o: $(SRCDIR)/buffer.c + local_tests: $(RUNPIKE) $(SRCDIR)/socktest.pike -- GitLab