From: Pavel Pisa Date: Mon, 3 Sep 2007 22:01:00 +0000 (+0000) Subject: Allow assembler sources (*.S) as legitimate Linux programs component. X-Git-Tag: v0.1~113 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/3260985f6f3a1da1e54688ff0a77d08a1f0eaa01?hp=7211a48a7f559672c6c73d5b5f6ef7e6b4b5e713 Allow assembler sources (*.S) as legitimate Linux programs component. darcs-hash:20070903220129-ff715-efdd9973a38be2a428c8ef922864f5e86102dff6.gz --- diff --git a/snippets/linux b/snippets/linux index f8689a1..d1b0b81 100644 --- a/snippets/linux +++ b/snippets/linux @@ -100,9 +100,9 @@ endif ifdef USER_RULE_TEMPLATES -USER_SOURCES2OBJS = .o/.c .o/.cc .o/.cxx .o/.o +USER_SOURCES2OBJS = .o/.c .o/.cc .o/.cxx .o/.S .o/.o -USER_SOURCES2OBJSLO = .lo/.c .lo/.cc .lo/.cxx .lo/.lo +USER_SOURCES2OBJSLO = .lo/.c .lo/.cc .lo/.cxx .o/.S .lo/.lo #%.lo: %.c # $(CC) -o $@ $(LCFLAGS) -c $<