mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9d4e6e7aaa
PR: 7166 Submitted by: Pedro Giffuni <giffunip@asme.org>
34 lines
733 B
Plaintext
34 lines
733 B
Plaintext
*** object/Makefile.in.orig Thu Jan 4 13:27:35 1996
|
|
--- object/Makefile.in Mon Apr 14 16:13:06 1997
|
|
***************
|
|
*** 22,35 ****
|
|
# Make shared library directories
|
|
#
|
|
shared:
|
|
! @-if [ -f /lib/ld.so -a "$(SHAREDLIB)" = "sun" ]; \
|
|
then \
|
|
mkdir shared-sun; \
|
|
fi
|
|
touch shared
|
|
|
|
|
|
! .c.o: $(OBJS)
|
|
@CC@ $(CCFLAGS) $(PIC) -c $<
|
|
@-if [ -d shared-sun ]; then \
|
|
echo "Building shared version of $@"; \
|
|
--- 22,35 ----
|
|
# Make shared library directories
|
|
#
|
|
shared:
|
|
! @-if [ -f /usr/libexec/ld.so -a "$(SHAREDLIB)" = "sun" ]; \
|
|
then \
|
|
mkdir shared-sun; \
|
|
fi
|
|
touch shared
|
|
|
|
|
|
! .c.o:
|
|
@CC@ $(CCFLAGS) $(PIC) -c $<
|
|
@-if [ -d shared-sun ]; then \
|
|
echo "Building shared version of $@"; \
|