aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/volatile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/volatile/Makefile')
-rw-r--r--test/monniaux/volatile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/volatile/Makefile b/test/monniaux/volatile/Makefile
index 59c8b459..0234b02a 100644
--- a/test/monniaux/volatile/Makefile
+++ b/test/monniaux/volatile/Makefile
@@ -7,7 +7,7 @@ volatile.gcc.k1c : volatile.gcc.k1c.s
k1-cos-gcc $< -o $@
volatile.ccomp.k1c.s : volatile.c
- ../../../ccomp -Dvolatile= -O2 -Wall -Wno-c11-extensions -S $< -o $@
+ ../../../ccomp -O2 -Wall -Wno-c11-extensions -S $< -o $@
volatile.gcc.k1c.s : volatile.c
k1-cos-gcc -O2 -Wall -Werror=implicit -std=gnu99 -S $< -o $@