comparison src/Makefile @ 3590:8fb7bd9dfb2b v7.3.555

updated for version 7.3.555 Problem: Building on IBM z/OS fails. Solution: Adjust configure. Use the QUOTESED value from config.mk instead of the hard coded one in Makefile. (Stephen Bovy)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Jun 2012 19:19:41 +0200
parents 94374e0b6267
children 5f811338b118
comparison
equal deleted inserted replaced
3589:2b99a0b3eb78 3590:8fb7bd9dfb2b
872 872
873 ### (V) For CX/UX 6.2 (on Harris/Concurrent NightHawk 4800, 5800). Remove 873 ### (V) For CX/UX 6.2 (on Harris/Concurrent NightHawk 4800, 5800). Remove
874 ### -Qtarget if only in a 5800 environment. (Kipp E. Howard) 874 ### -Qtarget if only in a 5800 environment. (Kipp E. Howard)
875 #CFLAGS = -O -Qtarget=m88110compat 875 #CFLAGS = -O -Qtarget=m88110compat
876 #EXTRA_LIBS = -lgen 876 #EXTRA_LIBS = -lgen
877
878 # The value of QUOTESED comes from auto/config.mk.
879 # Uncomment the next line to use the default value.
880 # QUOTESED = sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$$/";/'
877 881
878 ##################### end of system specific lines ################### }}} 882 ##################### end of system specific lines ################### }}}
879 883
880 ### Names of the programs and targets {{{1 884 ### Names of the programs and targets {{{1
881 VIMTARGET = $(VIMNAME)$(EXEEXT) 885 VIMTARGET = $(VIMNAME)$(EXEEXT)
2409 $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@ 2413 $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@
2410 2414
2411 auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in 2415 auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in
2412 CC="$(CC) $(OSDEF_CFLAGS)" srcdir=$(srcdir) sh $(srcdir)/osdef.sh 2416 CC="$(CC) $(OSDEF_CFLAGS)" srcdir=$(srcdir) sh $(srcdir)/osdef.sh
2413 2417
2414 QUOTESED = sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$$/";/'
2415 auto/pathdef.c: Makefile auto/config.mk 2418 auto/pathdef.c: Makefile auto/config.mk
2416 -@echo creating $@ 2419 -@echo creating $@
2417 -@echo '/* pathdef.c */' > $@ 2420 -@echo '/* pathdef.c */' > $@
2418 -@echo '/* This file is automatically created by Makefile' >> $@ 2421 -@echo '/* This file is automatically created by Makefile' >> $@
2419 -@echo ' * DO NOT EDIT! Change Makefile only. */' >> $@ 2422 -@echo ' * DO NOT EDIT! Change Makefile only. */' >> $@