From 59dc65b907147bb789e74a2136286982edc4dfe0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 8 Nov 2011 17:45:14 +0100 Subject: [PATCH] Move prog.mk to the bin directory. --- prog.mk => bin/prog.mk | 0 bin/xbps-bin/Makefile | 2 +- bin/xbps-dgraph/Makefile | 2 +- bin/xbps-repo/Makefile | 2 +- bin/xbps-uhelper/Makefile | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename prog.mk => bin/prog.mk (100%) diff --git a/prog.mk b/bin/prog.mk similarity index 100% rename from prog.mk rename to bin/prog.mk diff --git a/bin/xbps-bin/Makefile b/bin/xbps-bin/Makefile index 6d9c4af5..a559edf8 100644 --- a/bin/xbps-bin/Makefile +++ b/bin/xbps-bin/Makefile @@ -10,4 +10,4 @@ OBJS += check_pkg_rundeps.o check_pkg_symlinks.o OBJS += check_pkg_requiredby.o MAN = $(BIN).8 -include $(TOPDIR)/prog.mk +include $(TOPDIR)/bin/prog.mk diff --git a/bin/xbps-dgraph/Makefile b/bin/xbps-dgraph/Makefile index dd2589aa..6df03936 100644 --- a/bin/xbps-dgraph/Makefile +++ b/bin/xbps-dgraph/Makefile @@ -3,4 +3,4 @@ TOPDIR = ../.. BIN = xbps-dgraph -include $(TOPDIR)/prog.mk +include $(TOPDIR)/bin/prog.mk diff --git a/bin/xbps-repo/Makefile b/bin/xbps-repo/Makefile index 4ff88a38..381ab9e8 100644 --- a/bin/xbps-repo/Makefile +++ b/bin/xbps-repo/Makefile @@ -7,4 +7,4 @@ OBJS += ../xbps-bin/fetch_cb.o ../xbps-bin/util.o OBJS += ../xbps-bin/trans_cb.o MAN = $(BIN).8 -include $(TOPDIR)/prog.mk +include $(TOPDIR)/bin/prog.mk diff --git a/bin/xbps-uhelper/Makefile b/bin/xbps-uhelper/Makefile index b2e46118..c90cfc6a 100644 --- a/bin/xbps-uhelper/Makefile +++ b/bin/xbps-uhelper/Makefile @@ -4,4 +4,4 @@ TOPDIR = ../.. BIN = xbps-uhelper OBJS = main.o ../xbps-bin/fetch_cb.o -include $(TOPDIR)/prog.mk +include $(TOPDIR)/bin/prog.mk