Move prog.mk to the bin directory.
This commit is contained in:
@@ -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
|
||||
|
@@ -3,4 +3,4 @@ TOPDIR = ../..
|
||||
|
||||
BIN = xbps-dgraph
|
||||
|
||||
include $(TOPDIR)/prog.mk
|
||||
include $(TOPDIR)/bin/prog.mk
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user