Move prog.mk to the bin directory.

This commit is contained in:
Juan RP 2011-11-08 17:45:14 +01:00
parent 327527e304
commit 59dc65b907
5 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -3,4 +3,4 @@ TOPDIR = ../..
BIN = xbps-dgraph
include $(TOPDIR)/prog.mk
include $(TOPDIR)/bin/prog.mk

View File

@ -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

View File

@ -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