summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-12-03 02:31:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-12-03 02:31:29 +0000
commit1b90d7ddd9b0875923dc59ee13e3c0f1c985fcbb (patch)
tree0c3f9c1bcc0e2c0b16c275b7699373143d5e4157
parent2a03b179b7482ba70c7d2d7f07452802e505689d (diff)
Formerly Makeconf.~7~
-rw-r--r--Makeconf11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 47f66fab..23606866 100644
--- a/Makeconf
+++ b/Makeconf
@@ -17,6 +17,7 @@ startup := $(hurdinst)/lib/crt0.o
libc := $(hurdinst)/lib/libc.a
libthreads := $(hurdinst)/lib/libthreads.a
libports := $(hurdinst)/lib/libports.a
+libioserver := $(hurdinst)/lib/libioserver.a
gccheaders := /usr/local/lib/gcc-lib/i386-compaq-mach/2.4.5/include
# Flags for compilation
@@ -47,5 +48,13 @@ $(libports): FORCE
$(MAKE) -C $(hurdsource)/libports $(libports)
$(headers)/libports.h: FORCE
$(MAKE) -C $(hurdsource)/libports $(headers)/libports.h
+endif
+
+ifneq ($(strip $(dir)),libioserver)
+$(libioserver): FORCE
+ $(MAKE) -C $(hurdsource)/libioserver $(libioserver)
+$(headers)/libioserver.h: FORCE
+ $(MAKE) -C $(hurdsource)/libioserver $(headers)/libioserver.h
+endif
+
FORCE:
-endif \ No newline at end of file