xsfbs.mk: make 'serverabi' depend on 'install'
See bug#471193, thanks to Bernhard R. Link <brlink@debian.org>
This commit is contained in:
parent
844199da71
commit
bef8b301bf
|
@ -297,7 +297,7 @@ PACKAGE=$(shell awk '/^Package:/ { print $$2; exit }' < debian/control)
|
|||
endif
|
||||
|
||||
.PHONY: serverabi
|
||||
serverabi:
|
||||
serverabi: install
|
||||
ifeq ($(SERVERMINVERS),)
|
||||
@echo error: xserver-xorg-dev needs to be installed
|
||||
@exit 1
|
||||
|
|
Loading…
Reference in New Issue