diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-27 17:44:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-27 17:44:04 +0000 |
commit | c316b48636c57c68febc93cfcf192d362be94675 (patch) | |
tree | 3bafd0ce817d6f79b731d6ea8e56bbbf698293b6 /Makerules | |
parent | 342414a6e0952c308c0cf27daab6ea24fc4cc172 (diff) | |
download | glibc-c316b48636c57c68febc93cfcf192d362be94675.tar glibc-c316b48636c57c68febc93cfcf192d362be94675.tar.gz glibc-c316b48636c57c68febc93cfcf192d362be94675.tar.bz2 glibc-c316b48636c57c68febc93cfcf192d362be94675.zip |
* mach/Makefile (headers): Add mach/mach_traps.h.
* Makerules ($(installed-libcs) rule): Fix typos.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |