Mercurial > hg > index.cgi
view lwlib/rules.make @ 171:d59f17580e8b
Actually check for 6309 instructions when in 6809 mode. Thanks to adamgr on IRC for finding the problem.
author | lost@l-w.ca |
---|---|
date | Fri, 02 Sep 2011 18:10:26 -0600 |
parents | ac311e7ffed6 |
children |
line wrap: on
line source
dirname := $(dir $(lastword $(MAKEFILE_LIST))) lwlib_srcs_local := lw_alloc.c lw_realloc.c lw_free.c lw_error.c lw_expr.c \ lw_stack.c lw_string.c lw_stringlist.c lw_cmdline.c lwlib_srcs := $(lwlib_srcs) $(addprefix $(dirname),$(lwlib_srcs_local))