Cleanups & Implementations to allow IPStack to compile
[tpg/acess2.git] / Usermode / Libraries / libgcc.so_src / Makefile
index e57f3a2..f29038f 100644 (file)
@@ -15,7 +15,7 @@ LDFLAGS += -soname libgcc.so
 all: $(BIN)
 
 clean:
-       $(RM) $(BIN) $(OBJS)
+       $(RM) $(BIN) $(OBJS) libgcc.so.dsm
 
 $(BIN): $(OBJS)
        @echo -- ld -o $@

UCC git Repository :: git.ucc.asn.au