Ordinary and implicit rules cannot be mixed in the same string in Makefile
This commit is contained in:
parent
32a4962593
commit
fad8e13ccd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -346,7 +346,7 @@ tcc-doc.info: tcc-doc.texi
|
||||||
# in tests subdir
|
# in tests subdir
|
||||||
export LIBTCC1
|
export LIBTCC1
|
||||||
|
|
||||||
test test% %test :
|
%est:
|
||||||
$(MAKE) -C tests $@ 'PROGS_CROSS=$(PROGS_CROSS)'
|
$(MAKE) -C tests $@ 'PROGS_CROSS=$(PROGS_CROSS)'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue