summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/rtld
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sgs/rtld')
-rw-r--r--usr/src/cmd/sgs/rtld/amd64/Makefile2
-rw-r--r--usr/src/cmd/sgs/rtld/i386/Makefile2
-rw-r--r--usr/src/cmd/sgs/rtld/sparc/Makefile2
-rw-r--r--usr/src/cmd/sgs/rtld/sparcv9/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/cmd/sgs/rtld/amd64/Makefile b/usr/src/cmd/sgs/rtld/amd64/Makefile
index 053171045d..b6db892ba6 100644
--- a/usr/src/cmd/sgs/rtld/amd64/Makefile
+++ b/usr/src/cmd/sgs/rtld/amd64/Makefile
@@ -48,7 +48,7 @@ P_ASOBJS= boot.o boot_elf.o caller.o
S_ASOBJS=
-CRTSRCS= ../../../../lib/common/amd64
+CRTSRCS= ../../../../lib/crt/amd64
CRTI= pics/crti.o
CRTN= pics/crtn.o
CRTS= $(CRTI) $(CRTN)
diff --git a/usr/src/cmd/sgs/rtld/i386/Makefile b/usr/src/cmd/sgs/rtld/i386/Makefile
index 043d38b99a..40ec3f44af 100644
--- a/usr/src/cmd/sgs/rtld/i386/Makefile
+++ b/usr/src/cmd/sgs/rtld/i386/Makefile
@@ -48,7 +48,7 @@ P_ASOBJS= boot.o boot_elf.o caller.o
S_ASOBJS=
-CRTSRCS= ../../../../lib/common/i386
+CRTSRCS= ../../../../lib/crt/i386
CRTI= pics/crti.o
CRTN= pics/crtn.o
CRTS= $(CRTI) $(CRTN)
diff --git a/usr/src/cmd/sgs/rtld/sparc/Makefile b/usr/src/cmd/sgs/rtld/sparc/Makefile
index d142ee2241..d2630c52db 100644
--- a/usr/src/cmd/sgs/rtld/sparc/Makefile
+++ b/usr/src/cmd/sgs/rtld/sparc/Makefile
@@ -47,7 +47,7 @@ P_ASOBJS= boot.o boot_elf.o caller.o
S_ASOBJS= boot_a.out.o
-CRTSRCS= ../../../../lib/common/sparc
+CRTSRCS= ../../../../lib/crt/sparc
CRTI= pics/crti.o
CRTN= pics/crtn.o
CRTS= $(CRTI) $(CRTN)
diff --git a/usr/src/cmd/sgs/rtld/sparcv9/Makefile b/usr/src/cmd/sgs/rtld/sparcv9/Makefile
index eafc1b0022..0093a7b86e 100644
--- a/usr/src/cmd/sgs/rtld/sparcv9/Makefile
+++ b/usr/src/cmd/sgs/rtld/sparcv9/Makefile
@@ -46,7 +46,7 @@ P_ASOBJS= boot.o boot_elf.o caller.o
S_ASOBJS=
-CRTSRCS= ../../../../lib/common/sparcv9
+CRTSRCS= ../../../../lib/crt/sparc
CRTI= pics/crti.o
CRTN= pics/crtn.o
CRTS= $(CRTI) $(CRTN)