aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar stolz <unknown>2003-05-16 06:41:27 +0000
committerGravatar stolz <unknown>2003-05-16 06:41:27 +0000
commitf4777ebff44f327edcda50de76dc848764278ca1 (patch)
treeeed4786edaa10661271da24f3107de6140235769 /Makefile
parentd36da3716075fb5788321cf53bafb60965d3c4d7 (diff)
[project @ 2003-05-16 06:41:25 by stolz]
- move System.DL to System.Posix.DynamicLinker - take ownership There's a compiler warning when passing the 'const char*' result from dlerror() to peekCString (discarded qualifier). Does an FFI-expert know how to get rid of this warning?
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eca7def..33dca16 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ include $(TOP)/mk/boilerplate.mk
SUBDIRS = cbits include
-ALL_DIRS = System System/Posix System/DL
+ALL_DIRS = System System/Posix System/Posix/DynamicLinker
PACKAGE = unix
PACKAGE_DEPS = base