projects
/
ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd35d5
)
Fix libust-initializer.o build
author
Jan Blunck
<jblunck@suse.de>
Thu, 5 Nov 2009 15:41:24 +0000
(16:41 +0100)
committer
Pierre-Marc Fournier
<pierre-marc.fournier@polymtl.ca>
Wed, 11 Nov 2009 21:48:00 +0000
(16:48 -0500)
For the include path the $top_builddir variable was used which should be the
$top_srcdir instead.
Signed-off-by: Jan Blunck <jblunck@suse.de>
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 8c4eb65c677564754bf0652720e4505271ad393d..cd81be0e3f42363a4e629efef1e45e61e2aa4bbc 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-14,4
+14,4
@@
libust.so: libust.ldscript.in
$(SED) -e "s@\@FORMAT\@@${libust_FORMAT}@" -e "s@\@PATH\@@${libdir}@g" < $< > $@
libust-initializer.o: libust-initializer.c
- $(CC) $(CFLAGS) -c -I$(top_
build
dir)/include -o $@ $<
+ $(CC) $(CFLAGS) -c -I$(top_
src
dir)/include -o $@ $<
This page took
0.023641 seconds
and
4
git commands to generate.