changeset 190:20ba68be2cd7

Fixed typos with conversion away from rules.make stuff
author lost@l-w.ca
date Wed, 11 Jan 2012 20:26:47 -0700
parents 8a84141ea6dd
children ddffceb3c331
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Jan 11 20:25:29 2012 -0700
+++ b/Makefile	Wed Jan 11 20:26:47 2012 -0700
@@ -34,7 +34,7 @@
 
 lwlib_srcs := 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 := $(addprefix lwlib/,$(lwlib_srcs_local))
+lwlib_srcs := $(addprefix lwlib/,$(lwlib_srcs))
 
 lwlink_srcs := main.c lwlink.c readfiles.c expr.c script.c link.c output.c map.c
 lwobjdump_srcs := objdump.c
@@ -99,7 +99,7 @@
 .INTERMEDIATE: lwlib
 lwlib: lwlib/liblw.a
 
-lwlib/liblw.a: $(lwlib_objs) lwlib/rules.make
+lwlib/liblw.a: $(lwlib_objs)
 	@echo Linking $@
 	@$(AR) rc $@ $(lwlib_objs)
 	@$(RANLIB) $@