about summary refs log tree commit diff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-03-27 17:44:04 +0000
committerRoland McGrath <roland@gnu.org>1995-03-27 17:44:04 +0000
commitc316b48636c57c68febc93cfcf192d362be94675 (patch)
tree3bafd0ce817d6f79b731d6ea8e56bbbf698293b6 /Makerules
parent342414a6e0952c308c0cf27daab6ea24fc4cc172 (diff)
downloadglibc-c316b48636c57c68febc93cfcf192d362be94675.tar.gz
glibc-c316b48636c57c68febc93cfcf192d362be94675.tar.xz
glibc-c316b48636c57c68febc93cfcf192d362be94675.zip
* mach/Makefile (headers): Add mach/mach_traps.h.
	* Makerules ($(installed-libcs) rule): Fix typos.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules4
1 files changed, 2 insertions, 2 deletions
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