Skip to content
Snippets Groups Projects
Commit 58c4c361 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Make include file paths a little prettier

This isn't important, but it stops us getting [...]/./[...] in the paths
in bindists.
parent 29a05730
No related merge requests found
......@@ -27,6 +27,8 @@ includes_H_SUBDIRS += rts/storage
includes_H_SUBDIRS += stg
includes_H_FILES := $(wildcard $(patsubst %,includes/%/*.h,$(includes_H_SUBDIRS)))
# This isn't necessary, but it makes the paths look a little prettier
includes_H_FILES := $(subst /./,/,$(includes_H_FILES))
#
# Options
......
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