diff options
Diffstat (limited to 'ao-tools')
| -rw-r--r-- | ao-tools/libaltos/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/ao-tools/libaltos/Makefile b/ao-tools/libaltos/Makefile index 9933dc80..cd96fd5f 100644 --- a/ao-tools/libaltos/Makefile +++ b/ao-tools/libaltos/Makefile @@ -1,8 +1,5 @@  OS:=$(shell uname) -# dummy install target for now so I can work on the rest of the packaging -install: -	@echo warning - make install doing nothing in libaltos!  #  # Linux  # @@ -17,6 +14,9 @@ OS_LDFLAGS=  LIBNAME=libaltos.so  EXEEXT= +install:	$(LIBNAME) +	/usr/bin/install -c $(LIBNAME) $(DESTDIR)/usr/lib/altos/$(LIBNAME) +  endif  #  | 
