fix recent typos
This commit is contained in:
@@ -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)
|
||||
|
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user