This commit is contained in:
parent
3b312a0c2b
commit
4ca3a3a9b5
1 changed files with 31 additions and 0 deletions
31
doc/bugs/Makefile_is_missing_dependancies.mdwn
Normal file
31
doc/bugs/Makefile_is_missing_dependancies.mdwn
Normal file
|
@ -0,0 +1,31 @@
|
|||
|
||||
<pre>
|
||||
From e45c73e66fc18d27bdf5797876fbeb07786a4af1 Mon Sep 17 00:00:00 2001
|
||||
From: Jimmy Tang <jtang@tchpc.tcd.ie>
|
||||
Date: Tue, 22 Mar 2011 22:24:07 +0000
|
||||
Subject: [PATCH] Touch up Makefile to depend on StatFS.hs
|
||||
|
||||
---
|
||||
Makefile | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 08e2f59..4ae8392 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -15,7 +15,7 @@ SysConfig.hs: configure.hs TestConfig.hs
|
||||
hsc2hs $<
|
||||
perl -i -pe 's/^{-# INCLUDE.*//' $@
|
||||
|
||||
-$(bins): SysConfig.hs Touch.hs
|
||||
+$(bins): SysConfig.hs Touch.hs StatFS.hs
|
||||
$(GHCMAKE) $@
|
||||
|
||||
git-annex.1: doc/git-annex.mdwn
|
||||
--
|
||||
1.7.4.1
|
||||
|
||||
</pre>
|
||||
|
||||
|
||||
StatFS.hs never gets depended on and compiled, the makefile was just missing something
|
Loading…
Add table
Reference in a new issue