blob: 643611cbecc295e343725fca9c3368a5f6855587 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
*** 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 $@"; \
|