debian/rules, xsfbs: fix rule dependencies.

This commit is contained in:
Julien Cristau 2008-08-02 17:22:31 +02:00
parent 5a2a656033
commit a5c171a67d
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
x11-xserver-utils (7.3+4) UNRELEASED; urgency=low
* xrandr: move outputs among CRTCs as necessary (closes: #486142).
* debian/rules, xsfbs: fix rule dependencies.
-- Julien Cristau <jcristau@debian.org> Sat, 02 Aug 2008 16:58:20 +0200

4
debian/rules vendored
View File

@ -37,8 +37,8 @@ else
endif
build: genscripts patch build-stamp
build-stamp:
build: build-stamp
build-stamp: $(STAMP_DIR)/genscripts $(STAMP_DIR)/patch
dh_testdir
for FILE in $(DEF_SUBDIRS); do \
echo "$$FILE" ; \