comparison Makefile.in @ 432:5f9f185e4aa0

Wrong predicate on SHAREDFLAGS.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 27 May 2003 21:27:26 +0000
parents 636a8a19f6c8
children 062ed9ddf3af
comparison
equal deleted inserted replaced
431:561acf6de39a 432:5f9f185e4aa0
23 #.c.o: 23 #.c.o:
24 # $(CC) -c $(CCFLAGS) $(INCPATH) -o $@ $< 24 # $(CC) -c $(CCFLAGS) $(INCPATH) -o $@ $<
25 25
26 26
27 # Link flags shared objects 27 # Link flags shared objects
28 SYSCONF_LFLAGS_SHOBJ = $(SHAREDFLAG) 28 SYSCONF_LFLAGS_SHOBJ = @SHAREDFLAG@
29 29
30 # Linking shared libraries 30 # Linking shared libraries
31 # - Build the $(TARGET) library, eg. lib$(TARGET).so.0.0 31 # - Build the $(TARGET) library, eg. lib$(TARGET).so.0.0
32 # - Place target in $(DESTDIR) - which has a trailing / 32 # - Place target in $(DESTDIR) - which has a trailing /
33 # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) 33 # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN)