]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[$(subdir)==misc] (sysdep_routines): Add restf and savef.
authorUlrich Drepper <drepper@redhat.com>
Wed, 6 Dec 2000 03:12:51 +0000 (03:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 6 Dec 2000 03:12:51 +0000 (03:12 +0000)
sysdeps/unix/sysv/aix/Makefile

index b49b56267e73d36e39e1bc9e4f8407a20c5a69c3..cb8683bee574b0dabe9146459628dc46f0c3726a 100644 (file)
@@ -6,7 +6,7 @@
 static-start-installed-name = /usr/lib/crt0.o
 
 ifeq ($(subdir),misc)
-sysdep_routines += dl-open dl-sym dl-close
+sysdep_routines += dl-open dl-sym dl-close restf savef
 endif
 
 ifeq ($(subdir),login)