From cdfc11b6abf5032f70b23e8d205fc3c3a85740d2 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 13 Sep 1991 18:29:44 +0000 Subject: [PATCH] Don't use the GNU-make construct $(wildcard *.h). --- src/include/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/Makefile b/src/include/Makefile index e8c4eaab1..e762b945a 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -5,7 +5,8 @@ include $(SCRIPTDIR)/import.make SUBDIRS = ansi server -INSTALL-HDRS = $(wildcard *.h) +INSTALL-HDRS = compiler.h debug.h kom-types.h config.h kom-errno.h \ + misc-types.h services.h all: includes libraries binaries -- GitLab