wok view mapserver/stuff/mapserver-Makefile.u @ rev 12810

readline: ARM want it :-) so we can cross compile bash
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 20 03:01:49 2012 +0200 (2012-05-20)
parents
children
line source
1 --- mapserver-6.0.1-ori/Makefile.in
2 +++ mapserver-6.0.1/Makefile.in
3 @@ -432,10 +432,12 @@
4 @echo ""
6 install-force: all
7 - cp $(EXE_LIST) $(INST_BIN)
8 - if test -x $(LIBMAP_SHARED) ; then \
9 - cp $(LIBMAP_SH_VER) $(INST_LIB) ; \
10 - (cd $(INST_LIB) ; ln -f -s $(LIBMAP_SH_VER) $(LIBMAP_SHARED) ) ; \
11 + mkdir -p $(DESTDIR)$(INST_BIN)
12 + mkdir -p $(DESTDIR)$(INST_LIB)
13 + cp $(EXE_LIST) $(DESTDIR)$(INST_BIN)
14 + if test -x $(DESTDIR)$(LIBMAP_SHARED) ; then \
15 + cp $(LIBMAP_SH_VER) $(DESTDIR)$(INST_LIB) ; \
16 + (cd $(DESTDIR)$(INST_LIB) ; ln -f -s $(LIBMAP_SH_VER) $(LIBMAP_SHARED) ) ; \
17 fi
19 uninstall: