blob: c63687fd11ae143bd6da4ca21f3369851f7cceb2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# cfgdefs.mk: build project definitions and variable assignments,
# generated by the project-specific cfgdefs.sh.
# changes made to this file will be gone the next time
# you run ./configure.
# for persistent post-configure, ad-hoc changes to the
# build project, use usrdefs.mk instead.
CFLAGS_CONFIG += -D_PATH_DEFSYSPATH=\"@cfgdefs_default_sys_path@\"
|