]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* mach/Makefile (headers): Add mach/mach_traps.h.
authorRoland McGrath <roland@gnu.org>
Mon, 27 Mar 1995 17:44:04 +0000 (17:44 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 27 Mar 1995 17:44:04 +0000 (17:44 +0000)
* Makerules ($(installed-libcs) rule): Fix typos.

ChangeLog
Makerules
mach/Makefile
version.c

index 10e8ad181df7577d094d317b3b84ed40aaed035a..9b0915fbeeee71bf678e21fe90284da9ec4075ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Mon Mar 27 02:23:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+       * mach/Makefile (headers): Add mach/mach_traps.h.
+
+       * Makerules ($(installed-libcs) rule): Fix typos.
+
        * sysdeps/unix/bsd/bsd4.4/revoke.S: New file.
        * sysdeps/stub/revoke.c: New file.
        * misc/Makefile (routines): Add revoke.
index 6eb317e6629263f4f48cbb4bd0244be804626af9..2b4af3e4173cf54dd53fca77080872d1bd746ebd 100644 (file)
--- 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
 
index f9a3815f390c748bde94d9073342bd050e8f7157..3a7a8fe82ab5f8c00337caab5eab33b5228de2fd 100644 (file)
@@ -24,7 +24,7 @@ all:
 include ../Makeconfig
 
 
-headers = mach_init.h mach.h mach_error.h mach-shortcuts.h \
+headers = mach_init.h mach.h mach_error.h mach-shortcuts.h mach/mach_traps.h \
          $(interface-headers) mach/mach.h mach/mig_support.h mach/error.h \
          $(lock-headers) machine-sp.h
 distribute = thread_state.h
index 73dfe6f0a7be03837dee629dac17887184b66243..a838bf763c3c14c7b927b8d24d7d5fc2a9b95ec6 100644 (file)
--- a/version.c
+++ b/version.c
@@ -20,7 +20,7 @@ Cambridge, MA 02139, USA.  */
 #include <stdio.h>
 
 CONST char __libc_release[] = "alpha";
-CONST char __libc_version[] = "1.09.5";
+CONST char __libc_version[] = "1.09.6";
 
 void
 DEFUN_VOID(__libc_print_version)