Remove deleted files.

This commit is contained in:
Ulrich Drepper 1998-12-31 18:15:20 +00:00
parent 283cf8bf85
commit 02656f74b2
2 changed files with 1 additions and 8 deletions

View File

@ -3,14 +3,8 @@ kernel_sigaction.h
kernel_stat.h
kernel_termios.h
entry.h
regdef.h
fpregdef.h
sgidefs.h
xstatconv.c
sys/acct.h
sys/asm.h
sys/cachectl.h
sys/fpregdef.h
sys/procfs.h
sys/regdef.h
sys/sysmips.h

View File

@ -7,6 +7,5 @@ endif
ifeq ($(subdir),misc)
sysdep_routines += cachectl cacheflush sysmips
headers += regdef.h fpregdef.h sys/asm.h sys/cachectl.h sys/fpregdef.h \
sys/regdef.h sys/sysmips.h
headers += sys/cachectl.h sys/sysmips.h
endif