Skip to content

Commit

Permalink
tweak to library makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed May 27, 2011
1 parent 7c5e9ea commit 33b0ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/SBV/Compilers/C.hs
Expand Up @@ -540,7 +540,7 @@ genLibMake libName fs =
libh = libName ++ ".h"
libd = libName ++ "_driver"
os = map (flip replaceExtension ".o") fs
mkObj o f = text o <> text (":" ++ unwords [f, libh])
mkObj o f = text o <> text (": " ++ unwords [f, libh])
$$ text "\t${CC} ${CCFLAGS} -c $< -o $@"
$$ text ""

Expand Down

0 comments on commit 33b0ba3

Please sign in to comment.