be crudely tolerant of crude tty emulators

This commit is contained in:
albert
2004-07-06 04:24:39 +00:00
parent fb2ccb8abc
commit cce5c1c5a4
3 changed files with 23 additions and 2 deletions

View File

@ -43,6 +43,7 @@ DIRS += proc/
proc/lib$(NAME).a: $(LIBOBJ)
$(AR) rcs $@ $^
.PHONY: proc/$(SONAME)
#proc/$(SONAME): proc/library.map
proc/$(SONAME): $(LIBOBJ)
$(CC) -shared -Wl,-soname,$(SONAME) -Wl,--version-script=proc/library.map -o $@ $^ -lc