diff options
Diffstat (limited to 'mk/isgraph.d')
-rw-r--r-- | mk/isgraph.d | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/isgraph.d b/mk/isgraph.d index f2d16ce8..e33190a1 100644 --- a/mk/isgraph.d +++ b/mk/isgraph.d @@ -3,7 +3,6 @@ libc.a(isgraph.o): $(OBJDIR)/isgraph.o @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% $(OBJDIR)/isgraph.o: src/ctype/isgraph.c -$(OBJDIR)/isgraph.o: src/_assert.h $(OBJDIR)/isgraph.o: src/ctype/_ctype.h $(OBJDIR)/isgraph.o: @echo " [CC] $@" |