Skip to content
Snippets Groups Projects
Commit cdfc11b6 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Don't use the GNU-make construct $(wildcard *.h).

parent f5013c57
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,8 @@ include $(SCRIPTDIR)/import.make ...@@ -5,7 +5,8 @@ include $(SCRIPTDIR)/import.make
SUBDIRS = ansi server 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 all: includes libraries binaries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment