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