From c316b48636c57c68febc93cfcf192d362be94675 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 27 Mar 1995 17:44:04 +0000 Subject: * mach/Makefile (headers): Add mach/mach_traps.h. * Makerules ($(installed-libcs) rule): Fix typos. --- Makerules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 6eb317e662..2b4af3e417 100644 --- a/Makerules +++ b/Makerules @@ -452,9 +452,9 @@ install: $(installed-libcs) # __.SYMDEF time stamp up to date, which avoids messages from some linkers. # Depending on subdir_install gets all the subdirs to update the library, # and is optimal for `make install' at top level. -$(install-libcs): $(libdir)/lib$(libprefix)%: libobjs subdir_install +$(installed-libcs): $(libdir)/lib$(libprefix)%: libobjs subdir_install $(make-target-directory) - $(INSTALL_DATA) $(common-objpfx)lib$* $@ + $(INSTALL_DATA) $(common-objpfx)lib$(*:$(libc-name)%=c%) $@ $(RANLIB) $@ endif -- cgit v1.2.3