mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
14 lines
476 B
Diff
14 lines
476 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -136,8 +136,8 @@
|
|
EXTRA_DIST += tools/yasm-filter.sh tools/nasm-filter.sh
|
|
EXTRA_DIST += tools/yasm-cet-filter.sh tools/nasm-cet-filter.sh
|
|
|
|
-AM_CFLAGS = ${my_CFLAGS} ${INCLUDE} $(src_include) ${D}
|
|
-AM_CCASFLAGS = ${yasm_args} ${INCLUDE} $(src_include) ${DEFS} ${D}
|
|
+AM_CFLAGS = ${my_CFLAGS} ${INCLUDE} $(src_include) ${DIST_D}
|
|
+AM_CCASFLAGS = ${yasm_args} ${INCLUDE} $(src_include) ${DEFS} ${DIST_D}
|
|
|
|
.asm.s:
|
|
@echo " MKTMP " $@;
|