From 6cedbca7f95865707d73273a5e06eed4e9a478ec Mon Sep 17 00:00:00 2001 From: Zartaj Majeed Date: Tue, 18 Dec 2012 09:50:50 +0000 Subject: build: fix cygwin build issues * doc/local.mk (doc/constants.texi): Ensure the doc directory is present which is needed when doing a non source dir build, when the doc/constants.texi target is built before other doc targets. * src/local.mk: Add $(EXEEXT) to the make-prime-list calls. --- src/local.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/local.mk b/src/local.mk index ead3b8b90..66028c910 100644 --- a/src/local.mk +++ b/src/local.mk @@ -387,9 +387,9 @@ src/dircolors.h: src/dcgen src/dircolors.hin # known ints (currently 128-bit). BUILT_SOURCES += $(top_srcdir)/src/primes.h $(top_srcdir)/src/primes.h: - $(MAKE) src/make-prime-list + $(MAKE) src/make-prime-list$(EXEEXT) $(AM_V_GEN)rm -f $@ $@-t - $(AM_V_at)src/make-prime-list 5000 > $@-t + $(AM_V_at)src/make-prime-list$(EXEEXT) 5000 > $@-t $(AM_V_at)chmod a-w $@-t $(AM_V_at)mv $@-t $@ -- cgit v1.2.3-54-g00ecf