summaryrefslogtreecommitdiff
path: root/buildlib/podomain.mak
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:59:58 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:59:58 +0000
commitc6e8074f628eb380883dd3b0cbdc60eb7ef6d0f5 (patch)
tree1a13906f90ca04325c600de4f767d39ad47008ee /buildlib/podomain.mak
parent584e4558eea7db76c50bb9525cc25ae81b657d52 (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 'buildlib/podomain.mak')
-rw-r--r--buildlib/podomain.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildlib/podomain.mak b/buildlib/podomain.mak
index 2bf72ac58..602e9e080 100644
--- a/buildlib/podomain.mak
+++ b/buildlib/podomain.mak
@@ -5,9 +5,9 @@
# CPPFLAG for the compilation.
MY_DOMAIN := $(PACKAGE)
-ifdef DOMAIN
-$($(LOCAL)-OBJS): CPPFLAGS := $(CPPFLAGS) -DDOMAIN='"$(DOMAIN)"'
-MY_DOMAIN := $(DOMAIN)
+ifdef APT_DOMAIN
+$($(LOCAL)-OBJS): CPPFLAGS := $(CPPFLAGS) -DAPT_DOMAIN='"$(APT_DOMAIN)"'
+MY_DOMAIN := $(APT_DOMAIN)
endif
MKDIRS += $(PO_DOMAINS)/$(MY_DOMAIN)