blob: 3e19fe584ecee431412749e8a3fa900a383e6602 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- Makefile.in 2018-07-23 18:03:51.409385897 -0400
+++ Makefile.in 2018-10-14 10:04:41.681243000 -0400
@@ -114,5 +114,5 @@
EXEEXT = @EXEEXT@
LDFLAGS_DEFAULT = @LDFLAGS_DEFAULT@
-MAKE_LIB = @MAKE_LIB@
+MAKE_LIB = @MAKE_LIB@ ${LDFLAGS_DEFAULT}
MAKE_SHARED_LIB = @MAKE_SHARED_LIB@
MAKE_STATIC_LIB = @MAKE_STATIC_LIB@
@@ -217,5 +217,5 @@
#========================================================================
-binaries: versionhash.h $(BINARIES) pkgIndex.tcl-hand
+binaries: $(top_builddir)/versionhash.h $(BINARIES) pkgIndex.tcl-hand
libraries:
@@ -342,5 +342,5 @@
# Create a include file that #define the current fossil hash
#========================================================================
-versionhash.h: $(srcdir)/manifest.uuid
+$(top_builddir)/versionhash.h: $(srcdir)/manifest.uuid
@echo "#define FOSSIL_HASH \"" | tr -d '\n\r' > $(top_builddir)/versionhash.h
@cat $(srcdir)/manifest.uuid | tr -d '\n\r' >> $(top_builddir)/versionhash.h
|