diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-10 09:26:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-10 09:26:57 +0000 |
commit | 70709408336e483de74947eb53e9ba01ef4ab140 (patch) | |
tree | fe17e15c0f272c571607172fc5c89d094de5f60c /ldso/Makefile | |
parent | c201ba7c107edbb5fe81c641e87715a4930a4ff1 (diff) |
Rework file naming, aiming for at least a vague level of consistancy
Diffstat (limited to 'ldso/Makefile')
-rw-r--r-- | ldso/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ldso/Makefile b/ldso/Makefile index 1c9fc8fef..3836a01d3 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -38,9 +38,9 @@ endif headers: $(LN) -fs $(TOPDIR)../include/elf.h include/ - $(LN) -fs ../ldso/$(TARGET_ARCH)/boot1_arch.h include/ - $(LN) -fs ../ldso/$(TARGET_ARCH)/ld_syscalls.h include/ - $(LN) -fs ../ldso/$(TARGET_ARCH)/ld_sysdep.h include/ + $(LN) -fs ../ldso/$(TARGET_ARCH)/dl-startup.h include/ + $(LN) -fs ../ldso/$(TARGET_ARCH)/dl-syscalls.h include/ + $(LN) -fs ../ldso/$(TARGET_ARCH)/dl-sysdep.h include/ clean: set -e ; for d in $(ALL_SUBDIRS) ; do $(MAKE) -C $$d $@ ; done |