From 7e39ab0494f63b482d5a2e31706919a32d7566f3 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 3 Aug 2015 16:25:40 +0200 Subject: [PATCH] Move Makefile.ax into new lib/ directory --- Makefile | 2 +- bin/Makefile | 2 +- etc/Makefile | 2 +- examples/Makefile | 2 +- Makefile.ax => lib/Makefile.ax | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename Makefile.ax => lib/Makefile.ax (100%) diff --git a/Makefile b/Makefile index b807cab..1f09876 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SUBDIRS = bin etc examples -include ./Makefile.ax +include ./lib/Makefile.ax install-local: install -d -o $(USER) -g $(GROUP) -m 755 \ diff --git a/bin/Makefile b/bin/Makefile index 38c6c3a..d665571 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -3,7 +3,7 @@ # Copyright (c)2008-2015 Alexander Barton # -include ../Makefile.ax +include ../lib/Makefile.ax install-local: install -d -o $(USER) -g $(GROUP) -m 755 \ diff --git a/etc/Makefile b/etc/Makefile index 34e39df..7822f70 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -3,4 +3,4 @@ # Copyright (c)2008-2015 Alexander Barton # -include ../Makefile.ax +include ../lib/Makefile.ax diff --git a/examples/Makefile b/examples/Makefile index 34e39df..7822f70 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -3,4 +3,4 @@ # Copyright (c)2008-2015 Alexander Barton # -include ../Makefile.ax +include ../lib/Makefile.ax diff --git a/Makefile.ax b/lib/Makefile.ax similarity index 100% rename from Makefile.ax rename to lib/Makefile.ax -- 2.39.2