mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
deb target no longer depends on debfiles. Corrected formatting of auto-dependency on gnustep-make.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@37845 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fb4c6208c0
commit
aaba2764ac
1 changed files with 3 additions and 3 deletions
|
@ -84,10 +84,10 @@ ifeq ($(_DEB_SHOULD_EXPORT), )
|
|||
#
|
||||
|
||||
ifeq ($(DEB_BUILD_DEPENDS),)
|
||||
DEB_BUILD_DEPENDS = gnustep-make (>=$(GNUSTEP_MAKE_VERSION))
|
||||
DEB_BUILD_DEPENDS = gnustep-make (>= $(GNUSTEP_MAKE_VERSION))
|
||||
export DEB_BUILD_DEPENDS
|
||||
else
|
||||
DEB_BUILD_DEPENDS += , gnustep-make (>=$(GNUSTEP_MAKE_VERSION))
|
||||
DEB_BUILD_DEPENDS += , gnustep-make (>= $(GNUSTEP_MAKE_VERSION))
|
||||
export DEB_BUILD_DEPENDS
|
||||
endif
|
||||
|
||||
|
@ -119,7 +119,7 @@ debfiles:: _debenv.phony
|
|||
mv $(_ABS_OBJ_DIR)/debian_files/debian/* $(_ABS_OBJ_DIR)/debian_dist/$(VERSION_NAME)/debian
|
||||
-rm -rf $(_ABS_OBJ_DIR)/debian_files
|
||||
|
||||
deb:: debfiles
|
||||
deb::
|
||||
$(ECHO_NOTHING)echo "Building Debian package..."$(END_ECHO)
|
||||
cd $(_ABS_OBJ_DIR)/debian_dist/$(VERSION_NAME)/ && debuild $(DEBUILD_ARGS) -S
|
||||
cd $(_ABS_OBJ_DIR)/debian_dist/$(VERSION_NAME)/ && debuild $(DEBUILD_ARGS) -b
|
||||
|
|
Loading…
Reference in a new issue