Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 9602cfb

Browse files
committed
remove unused makefile rule for gc/%.c
1 parent 05503bd commit 9602cfb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

posix.mak

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,6 @@ $(ROOT)/threadasm.o : src/core/threadasm.S
229229
@mkdir -p $(dir $@)
230230
$(CC) -c $(CFLAGS) $< -o$@
231231

232-
$(ROOT)/gc/%.o : src/gc/%.c
233-
@mkdir -p $(dir $@)
234-
$(CC) -c $(CFLAGS) $< -o$@
235-
236232
######################## Create a shared library ##############################
237233

238234
$(DRUNTIMESO) $(DRUNTIMESOLIB) dll: DFLAGS+=-version=Shared -fPIC

0 commit comments

Comments
 (0)