projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f784b
)
Fixed dtrace build
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 26 Feb 2008 14:42:27 +0000
(14:42 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 26 Feb 2008 14:42:27 +0000
(14:42 +0000)
found by Magne Mæhre
src/backend/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/Makefile
b/src/backend/Makefile
index 4362dd51b8bae6bbfebb93e705813950a238f3a3..78511b83b39e2e3716ad6f0ac2990e2f8ccb4224 100644
(file)
--- a/
src/backend/Makefile
+++ b/
src/backend/Makefile
@@
-137,7
+137,7
@@
$(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h
utils/probes.o: utils/probes.d $(SUBDIROBJS)
- $(DTRACE) $(DTRACEFLAGS) -G -s $
^
-o $@
+ $(DTRACE) $(DTRACEFLAGS) -G -s $
(call expand_subsys,$^)
-o $@
##########################################################################