diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:58 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:58 +0000 |
commit | c6e8074f628eb380883dd3b0cbdc60eb7ef6d0f5 (patch) | |
tree | 1a13906f90ca04325c600de4f767d39ad47008ee /methods | |
parent | 584e4558eea7db76c50bb9525cc25ae81b657d52 (diff) |
s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...
Author: doogie
Date: 2002-11-11 07:00:16 GMT
s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DOMAIN to 1, and
breaks us.
Diffstat (limited to 'methods')
-rw-r--r-- | methods/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile index dcdb0dc46..5700caa23 100644 --- a/methods/makefile +++ b/methods/makefile @@ -8,7 +8,7 @@ BIN := $(BIN)/methods # FIXME.. LIB_APT_PKG_MAJOR = 3.3 -DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) +APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method PROGRAM=file |