diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-03 02:31:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-03 02:31:29 +0000 |
commit | 1b90d7ddd9b0875923dc59ee13e3c0f1c985fcbb (patch) | |
tree | 0c3f9c1bcc0e2c0b16c275b7699373143d5e4157 | |
parent | 2a03b179b7482ba70c7d2d7f07452802e505689d (diff) |
Formerly Makeconf.~7~
-rw-r--r-- | Makeconf | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |