[project @ 2005-01-10 16:24:16 by simonmar]
authorsimonmar <unknown>
Mon, 10 Jan 2005 16:24:16 +0000 (16:24 +0000)
committersimonmar <unknown>
Mon, 10 Jan 2005 16:24:16 +0000 (16:24 +0000)
Add *.S to $(C_SRCS).  Seems to do the right thing, including  mkdependC.

mk/paths.mk

index 5c8e891..046347a 100644 (file)
@@ -156,7 +156,7 @@ endif
 # These are droppings from hsc2hs - ignore them if we see them.
 EXCLUDED_C_SRCS += $(patsubst %.hsc, %_hsc_make.c, $(HSC_SRCS))
 
-C_SRCS      = $(filter-out $(EXCLUDED_C_SRCS),$(filter %.c,$(SRCS)))
+C_SRCS      = $(filter-out $(EXCLUDED_C_SRCS),$(filter %.c %.S,$(SRCS)))
 C_OBJS      = $(addsuffix .$(way_)o,$(basename $(C_SRCS)))
 
 # SCRIPT_SRCS:  list of raw script files (in literate form)