diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-09 19:30:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-09 19:30:57 +0000 |
commit | 05d4c982198805983d6d7a39b08b1d75eac79387 (patch) | |
tree | 3ea219f6741c13e194718865051989f81cbea3d9 /Rules | |
parent | 3e2632b62d7633b44458d023b32706229e58a31c (diff) | |
download | glibc-05d4c982198805983d6d7a39b08b1d75eac79387.tar.gz glibc-05d4c982198805983d6d7a39b08b1d75eac79387.tar.xz glibc-05d4c982198805983d6d7a39b08b1d75eac79387.zip |
* 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.
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |