diff options
author | Reinhard Tartler <siretart@tauware.de> | 2006-07-13 09:24:21 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2006-07-13 09:24:21 +0000 |
commit | a02e343dbf94c2b88bbc7011cf69c5bb930d8953 (patch) | |
tree | 40c6e08e94ae7164d1942bbb277f4170d88febb0 /debian/rules | |
parent | 4796b654bee0e6c41c9657861c90581994040a3b (diff) | |
download | xine-lib-a02e343dbf94c2b88bbc7011cf69c5bb930d8953.tar.gz xine-lib-a02e343dbf94c2b88bbc7011cf69c5bb930d8953.tar.bz2 |
removed unneded variable in debian/rules
update debian/changelog with my branch
CVS patchset: 8124
CVS date: 2006/07/13 09:24:21
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d2c274119..a6751c047 100755 --- a/debian/rules +++ b/debian/rules @@ -33,9 +33,9 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_TARGET := install-debug BUILD_TARGET := debug endif + # note also "noauto" to inhibit running of autogen.sh -DEB_BUILD_GNU_OPTION := # the "optimize" flag disables compatibility hacks ifeq (,$(findstring optimize,$(DEB_BUILD_OPTIONS))) $(warning trying to disable machine-specific optimizations) |