Fixed keyboard bug where keypresses were not being registered, working on libreadline
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / Makefile
index ada3088..1e3fc46 100644 (file)
@@ -13,13 +13,16 @@ DEPFILES := $(OBJ:%.o=%.d)
 # signals.o\r
 BIN = ../libc.so.1\r
 \r
-.PHONY:        all clean\r
+.PHONY:        all clean install\r
 \r
 all: $(BIN)\r
 \r
 clean:\r
        $(RM) $(BIN) ../libc.so $(OBJ) $(DEPFILES) libc.so.1.dsm libc.so.1.dmp map.txt\r
 \r
+install: $(BIN)\r
+       $(xCP) ../libc.so.1 $(DISTROOT)/Libs/\r
+\r
 # Core C Library\r
 $(BIN): $(OBJ)\r
        @echo --- ld -shared -o $@\r
@@ -27,7 +30,6 @@ $(BIN): $(OBJ)
        @$(OBJDUMP) -d $@ > libc.so.1.dsm\r
        @$(OBJDUMP) -x -r -R $@ > libc.so.1.dmp\r
        cp ../libc.so.1 ../libc.so\r
-       cp ../libc.so.1 $(DISTROOT)/Libs/\r
 \r
 # C Runtime 0\r
 ../crt0.o: crt0.asm\r

UCC git Repository :: git.ucc.asn.au