diff options
author | Michael Stahl <mst@openoffice.org> | 2010-04-21 18:15:18 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-04-21 18:15:18 +0200 |
commit | e37041ee819fc4e3b0734faee187fdfb972dad37 (patch) | |
tree | 95a91d86fac9ffe2bee33d5b2f8215e405ba10c5 /tools/prj | |
parent | cce865a6d0d7d58f37da3c607faa9f8010d61c48 (diff) |
gnumake2: value of $GUI is uppercase UNX
Diffstat (limited to 'tools/prj')
-rw-r--r-- | tools/prj/target_lib_tl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/prj/target_lib_tl.mk b/tools/prj/target_lib_tl.mk index 704ddbb16be1..ba984dc9f501 100644 --- a/tools/prj/target_lib_tl.mk +++ b/tools/prj/target_lib_tl.mk @@ -120,7 +120,7 @@ $(eval $(call gb_Library_add_exception_objects,tl,\ tools/source/zcodec/zcodec \ )) -ifeq ($(GUI),unx) +ifeq ($(GUI),UNX) $(eval $(call gb_Library_add_exception_objects,tl,\ tools/unx/source/dll/toolsdll \ )) |