From 05d4c982198805983d6d7a39b08b1d75eac79387 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 9 May 1996 19:30:57 +0000 Subject: * Makerules (versioned): Strip whitespace. * Rules (static-only-routines rule): Remove spurious space in dep. * misc/getusershell.c: Undo changes of 7 May 96 (rev 1.6). Cast string constants to char *. * posix/glob/SMakefile, posix/glob/SCOPTIONS, posix/glob/Makefile.ami: New files, AmigaDOS support from Aaron Digulla. * posix/Makefile (glob.tar): Add AmigaDOS support files. --- Rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules') diff --git a/Rules b/Rules index 39c805bff1..517c3a6546 100644 --- a/Rules +++ b/Rules @@ -149,7 +149,7 @@ $(common-objpfx)sor-$(subdir): Makefile ifdef static-only-routines # These routines are to be omitted from the shared library object, # so we replace the PIC objects for them with the empty object file. -$(static-only-routines:%=$(objpfx)%.so): %.so: $(common-objpfx) empty.o +$(static-only-routines:%=$(objpfx)%.so): %.so: $(objpfx)empty.o rm -f $@ ln $< $@ endif -- cgit v1.2.3