Pass CPPFLAGS to compiler before CFLAGS

This commit is contained in:
Joshua Root
2026-04-24 19:41:37 +10:00
parent 65d109193c
commit 9adb66d46e
+1 -1
View File
@@ -1,5 +1,5 @@
.c.o: .c.o:
${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${CFLAGS} ${CPPFLAGS} ${SHLIB_CFLAGS} $< -o $@ ${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${CPPFLAGS} ${CFLAGS} ${SHLIB_CFLAGS} $< -o $@
PKGINDEX ?= pkgIndex.tcl PKGINDEX ?= pkgIndex.tcl