From: hadeshyp Date: Mon, 26 Oct 2009 13:21:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~315 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d584148d63b617bb3dea679f8af8dffd22ac7a86;p=trbnettools.git *** empty log message *** --- diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index 973a719..53e94e4 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -48,6 +48,10 @@ libtrbnet.OBJS = port.o trberror.o trbnet.o %.o: %.c $(CC) $< -c $(CPPFLAGS) $(CFLAGS) $(INCDIR) -o $@ +%.lss: %.c + $(CC) $< -c $(CPPFLAGS) $(CFLAGS) -S $(INCDIR) -o $@ + + .SUFFIXES: .o .c # ------------ Targets -------------------------------------------------