summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/lib/libc/amd64/Makefile4
-rw-r--r--usr/src/lib/libc/i386/Makefile.com4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/lib/libc/amd64/Makefile b/usr/src/lib/libc/amd64/Makefile
index d3aa4511af..f5c4224338 100644
--- a/usr/src/lib/libc/amd64/Makefile
+++ b/usr/src/lib/libc/amd64/Makefile
@@ -1247,8 +1247,6 @@ $(LIB_PIC): pics $$(PICS)
$(AR) -ts $@ > /dev/null
$(POST_PROCESS_A)
-GENASSYM_C = $(LIBCDIR)/$(MACH64)/genassym.c
-
ASSYMDEP_OBJS= \
_lwp_mutex_unlock.o \
_stack_grow.o \
@@ -1260,6 +1258,8 @@ ASSYMDEP_OBJS= \
$(ASSYMDEP_OBJS:%=pics/%): assym.h
+GENASSYM_C = $(LIBCDIR)/$(MACH64)/genassym.c
+
# derived C source and related explicit dependencies
$(LIBCDIR)/port/gen/errlst.c + \
$(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk
diff --git a/usr/src/lib/libc/i386/Makefile.com b/usr/src/lib/libc/i386/Makefile.com
index c0cd48147b..e9343c2f15 100644
--- a/usr/src/lib/libc/i386/Makefile.com
+++ b/usr/src/lib/libc/i386/Makefile.com
@@ -1335,12 +1335,12 @@ ASSYMDEP_OBJS= \
tls_get_addr.o \
vforkx.o
-GENASSYM_C = $(LIBCDIR)/$(MACH)/genassym.c
-
$(ASSYMDEP_OBJS:%=pics/%) := CPPFLAGS += -I.
$(ASSYMDEP_OBJS:%=pics/%): assym.h
+GENASSYM_C = $(LIBCDIR)/$(MACH)/genassym.c
+
# derived C source and related explicit dependencies
$(LIBCDIR)/port/gen/errlst.c + \
$(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk