[$(subdir) == misc] (sysdep_routines): Remove restf.S and savef.S.

This commit is contained in:
Ulrich Drepper 2001-02-23 20:15:23 +00:00
parent e33c3af9cb
commit 70f970dfee
1 changed files with 1 additions and 1 deletions

View File

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