fix recent typos

This commit is contained in:
Vitor Santos Costa
2015-01-05 12:21:58 +00:00
parent 77c2d53445
commit 5053cfb571
5 changed files with 15 additions and 8 deletions

View File

@@ -250,7 +250,7 @@ PL_unregister_blob_type(PL_blob_t *type)
{
fprintf(stderr,"PL_unregister_blob_type not implemented yet\n");
return FALSE;
xs}
}
void
Yap_install_blobs(void)

View File

@@ -106,12 +106,17 @@ mpe.o: $(srcdir)/mpe.c
.depend: $(HEADERS) $(C_SOURCES)
-@if test "$(GCC)" = yes; then\
$(CC) -MM $(CFLAGS) -I$(srcdir)/include -i ../.. $(C_SOURCES) > .depend;\
$(CC) -MM $(CFLAGS) -I$(srcdir)/include -I ../.. $(C_SOURCES) > .depend;\
else\
makedepend -f - -- $(CFLAGS) -I$(srcdir)/include -- $(C_SOURCES) |\
sed 's|.*/\([^:]*\):|\1:|' > .depend ;\
fi
install: all install-examples
@if test "$(SOBJS)" = ""; then echo ""; else $(INSTALL_PROGRAM) $(SOBJS) $(DESTDIR)$(YAPLIBDIR); fi
install-examples:
clean:
$(RM) $(RUBBISH)