-rw-r--r-- | Makefile.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test index 209eef3..c15916d 100644 --- a/Makefile.test +++ b/Makefile.test | |||
@@ -97,7 +97,6 @@ export QMAKESPEC=$(QMAKESPECSDIR)/$(patsubst "%",%,$(CONFIG_SPECFILE)) | |||
97 | ifdef CONFIG_OPTIMIZATIONS | 97 | ifdef CONFIG_OPTIMIZATIONS |
98 | export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) | 98 | export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) |
99 | export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) | 99 | export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) |
100 | $(warning CFLAGS_RELEASE is $(CFLAGS_RELEASE)) | ||
101 | endif | 100 | endif |
102 | 101 | ||
103 | all clean: $(subdir-y) | 102 | all clean: $(subdir-y) |