xsfbs.mk: make 'serverabi' depend on 'install'

See bug#471193, thanks to Bernhard R. Link <brlink@debian.org>
This commit is contained in:
Julien Cristau 2008-03-21 11:53:16 +01:00
parent 844199da71
commit bef8b301bf
1 changed files with 1 additions and 1 deletions

View File

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