diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-08-14 19:52:29 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-08-14 19:52:29 -0400 |
| commit | fed8d9b70d23675323a54d40ed600fe8f73dfaa3 (patch) | |
| tree | b89da9e8a9dbde34d82765cd9bc4ac4603ecc64b /.deps.mk | |
| parent | 103cddc545885b35ad1240d5fbf1e3c2b2ae7811 (diff) | |
add internal state for <unistd.h>
Diffstat (limited to '.deps.mk')
| -rw-r--r-- | .deps.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1129,6 +1129,10 @@ libc.a(confstr.o): $(OBJDIR)/confstr.o $(OBJDIR)/confstr.o: ./src/unistd/confstr.c $(CC) $(BASE_CFLAGS) $(CFLAGS) -c ./src/unistd/confstr.c -o $@ echo [CC] $@ +libc.a(__unistd.o): $(OBJDIR)/__unistd.o +$(OBJDIR)/__unistd.o: ./src/unistd/__unistd.c + $(CC) $(BASE_CFLAGS) $(CFLAGS) -c ./src/unistd/__unistd.c -o $@ + echo [CC] $@ libc.a(getgroups.o): $(OBJDIR)/getgroups.o $(OBJDIR)/getgroups.o: ./src/unistd/getgroups.c $(CC) $(BASE_CFLAGS) $(CFLAGS) -c ./src/unistd/getgroups.c -o $@ |
