Changeset 5886
- Timestamp:
- 02/24/04 09:55:47 (5 years ago)
- Files:
-
- trunk/GNUmakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/GNUmakefile
r5850 r5886 157 157 else 158 158 159 ifeq ($(HAVE_LD_SHARED),yes) 160 159 161 GDAL_VER_MAJOR = $(firstword $(subst ., ,$(GDAL_VER))) 160 162 GDAL_SLIB_B = $(notdir $(GDAL_SLIB)) 161 162 163 163 164 install-lib: … … 172 173 ln -s $(GDAL_SLIB_B).$(GDAL_VER) $(GDAL_SLIB_B).$(GDAL_VER_MAJOR)) 173 174 174 endif 175 else 176 177 install-lib: 178 $(INSTALL_DIR) $(INST_LIB) 179 $(INSTALL_LIB) $(GDAL_LIB) $(INST_LIB) 180 181 endif # HAVE_LD_SHARED=no 182 183 184 endif # HAVE_LIBTOOL=no
