X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2FMakefile.tpl;h=ccae9cacd3afe6c0ef9d83d27fbb97615fba126a;hb=9e019a9a9be9abe8de2073e6e37554d6de35bdb2;hp=ec940664f798510d8bbab7cf5f8eb8fe0ee50acb;hpb=4b59aea79be4992af2b1c38ea43f6dacf939d782;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/Makefile.tpl b/Usermode/Libraries/Makefile.tpl index ec940664..ccae9cac 100644 --- a/Usermode/Libraries/Makefile.tpl +++ b/Usermode/Libraries/Makefile.tpl @@ -15,7 +15,7 @@ clean: $(RM) $(_BIN) $(_XBIN) $(OBJ) $(_BIN).dsm $(DEPFILES) install: all - @$(xMKDIR) $(DISTROOT)/Libs + @$(xMKDIR) $(DISTROOT)/Libs; true $(xCP) $(_BIN) $(_XBIN) $(DISTROOT)/Libs/ $(_BIN): $(OBJ)