comparison src/Makefile @ 3439:94374e0b6267 v7.3.485

updated for version 7.3.485 Problem: When building Vim LDFLAGS isn't passed on to building xxd. Solution: Pass the LDFLAGS value. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Mar 2012 17:17:48 +0200
parents 6cc788692b2e
children 8fb7bd9dfb2b
comparison
equal deleted inserted replaced
3438:6d1ce88aa8c5 3439:94374e0b6267
1718 -o $(VIMTARGET) $(OBJ) $(ALL_LIBS)" \ 1718 -o $(VIMTARGET) $(OBJ) $(ALL_LIBS)" \
1719 MAKE="$(MAKE)" LINK_AS_NEEDED=$(LINK_AS_NEEDED) \ 1719 MAKE="$(MAKE)" LINK_AS_NEEDED=$(LINK_AS_NEEDED) \
1720 sh $(srcdir)/link.sh 1720 sh $(srcdir)/link.sh
1721 1721
1722 xxd/xxd$(EXEEXT): xxd/xxd.c 1722 xxd/xxd$(EXEEXT): xxd/xxd.c
1723 cd xxd; CC="$(CC)" CFLAGS="$(CPPFLAGS) $(CFLAGS)" \ 1723 cd xxd; CC="$(CC)" CFLAGS="$(CPPFLAGS) $(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
1724 $(MAKE) -f Makefile 1724 $(MAKE) -f Makefile
1725 1725
1726 # Build the language specific files if they were unpacked. 1726 # Build the language specific files if they were unpacked.
1727 # Generate the converted .mo files separately, it's no problem if this fails. 1727 # Generate the converted .mo files separately, it's no problem if this fails.
1728 languages: 1728 languages: