build-stamp depends on configure-stamp to avoid a build before configure

is executed
This commit is contained in:
Ludovic Rousseau 2007-04-21 22:05:30 +00:00
parent f9ab20157b
commit 406822a1e5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ configure-stamp:
touch configure-stamp
build: configure-stamp build-stamp
build-stamp:
build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.