--- mqtt/inc/Attic/Makefile 2011/11/07 08:47:16 1.1.1.1 +++ mqtt/inc/Attic/Makefile 2012/07/03 09:02:50 1.2 @@ -3,15 +3,13 @@ # AITNET ltd - Sofia/Bulgaria # # $Author: misho $ -# $Id: Makefile,v 1.1.1.1 2011/11/07 08:47:16 misho Exp $ +# $Id: Makefile,v 1.2 2012/07/03 09:02:50 misho Exp $ # prefix = /usr/local exec_prefix = ${prefix} includedir = ${prefix}/include -INSTALL = /usr/bin/install -c - all: depend: @@ -20,4 +18,3 @@ clean: @rm -f *~ install: - ${INSTALL} aitmqtt.h ${includedir}