diff options
author | Julien Cristau <[email protected]> | 2010-07-01 11:43:43 +0100 |
---|---|---|
committer | Julien Cristau <[email protected]> | 2010-07-01 11:43:43 +0100 |
commit | bcb84462de702ddcee0536abb011d53c8f6b3332 (patch) | |
tree | ae77ceadb33a0ea1febe37ea5a2d5fd0c54d15cd | |
parent | 95d489e41a70e6c0389405190ea17d8ba0c76863 (diff) |
Actually create the build stamp...
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 0dc5694494e..0372fc5be23 100755 --- a/debian/rules +++ b/debian/rules @@ -220,6 +220,7 @@ ifeq ($(findstring intel, $(GALLIUM_DRIVERS)), intel) rm build/dri/lib/gallium/i965_dri.so rm build/dri/lib/egl_*_i965.so endif + >$@ $(STAMP)-build-%: configure dh_testdir |