defs.mk, dirs.mk: Follow FEEDFS_DIR change

Change FEEDFS_DIR from proj/dspc/src/feedfs to proj/feedfs
This commit is contained in:
Jan Lindemann 2009-05-27 11:56:26 +00:00 committed by Jan Lindemann
commit 95c0112176
2 changed files with 3 additions and 1 deletions

View file

@ -765,7 +765,7 @@ LIBFLAGS += -L$(FEEDFS_NET_DIR)/lib -lfeedfs-net
endif
ifeq ($(USE_FEEDFS),true)
FEEDFS_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/dspc/src/feedfs /opt/$(FLAVOUR_PATH_PREFIX)feedfs))
FEEDFS_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/feedfs /opt/$(FLAVOUR_PATH_PREFIX)feedfs))
FEEDFS_VERSION = $(call version,$(FEEDFS_DIR))
RPM_REQUIRES_RUN += $(FLAVOUR_PREFIX)feedfs-run = $(FEEDFS_VERSION)
RPM_REQUIRES_DEVEL += $(FLAVOUR_PREFIX)feedfs-devel = $(FEEDFS_VERSION)

View file

@ -3,6 +3,8 @@
# contact@jannet.de
# $Id$
.NOTPARALLEL:
include $(MODDIR)/make/defs.mk
ifndef SUBDIRS