]> rtime.felk.cvut.cz Git - arc.git/blobdiff - system/kernel/makefile
Fixed 5516it example temporarily.
[arc.git] / system / kernel / makefile
index cc9c70c872ac10219ce6c0ba6ef56cb6c68dab32..832cd726e00934d7c96eacbbabf9346c7ffb24c2 100644 (file)
@@ -59,13 +59,13 @@ asm_offset.h: asm_offset.c
 endif\r
 \r
 ifeq ($(COMPILER),cw)\r
-# The "\r" in the awk is a little strang...sed and awk if that does not work \r
+# The "\r" in the awk is a little strange...sed and awk if that does not work \r
 #  sed -e '/.apa/!d' -e '/OBJ/!d' -e 's/\[//' 123.tmp | gawk '{ print "#define " $9 " " $4 }'\r
 \r
 %_offset.h: %_offset.c\r
        @echo "  >> generating $@ from $<"\r
        $(Q)$(CC) -dis $(CFLAGS) $(addprefix -I,$(inc-y)) $(addprefix -D,$(def-y)) $< > 123.tmp\r
-       gawk '$$9 ~/.apa/ && $$0 ~/OBJ/ { gsub(/\r/,""); printf("#define %s %d\n",$$10,$$5-100) }' 123.tmp > $@\r
+       $(Q)gawk '$$9 ~/.apa/ && $$0 ~/OBJ/ { gsub(/\r/,""); printf("#define %s %d\n",$$10,$$5-100) }' 123.tmp > $@\r
 endif\r
 \r
 #VPATH += ..\r