diff options
| author | Iavael <iavaelooeyt@gmail.com> | 2014-01-23 21:19:56 +0400 |
|---|---|---|
| committer | Iavael <iavaelooeyt@gmail.com> | 2014-01-23 21:40:08 +0400 |
| commit | fad8e13ccd567512e36a4441688e62c0aa63407e (patch) | |
| tree | 50a5ba7b35452b589c6f38e8daa192a203cc1a2d | |
| parent | 32a4962593d6a2006cdd725480124717e7f5377d (diff) | |
| download | tinycc-fad8e13ccd567512e36a4441688e62c0aa63407e.tar.gz tinycc-fad8e13ccd567512e36a4441688e62c0aa63407e.tar.bz2 | |
Ordinary and implicit rules cannot be mixed in the same string in Makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -346,7 +346,7 @@ tcc-doc.info: tcc-doc.texi # in tests subdir export LIBTCC1 -test test% %test : +%est: $(MAKE) -C tests $@ 'PROGS_CROSS=$(PROGS_CROSS)' clean: |
