projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
607e75e
)
Use approved style for listing OBJS in test_oat_hooks Makefile
author
Andrew Dunstan
Wed, 23 Mar 2022 14:42:25 +0000
(10:42 -0400)
committer
Andrew Dunstan
Wed, 23 Mar 2022 14:42:25 +0000
(10:42 -0400)
src/test/modules/test_oat_hooks/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/test_oat_hooks/Makefile
b/src/test/modules/test_oat_hooks/Makefile
index 8456723808c260e78778172e11a61c68747239db..d1d874be79edb8b7c86a8058e6497b9484bbcd65 100644
(file)
--- a/
src/test/modules/test_oat_hooks/Makefile
+++ b/
src/test/modules/test_oat_hooks/Makefile
@@
-1,7
+1,9
@@
# src/test/modules/test_oat_hooks/Makefile
MODULE_big = test_oat_hooks
-OBJS = test_oat_hooks.o $(WIN32RES)
+OBJS = \
+ $(WIN32RES) \
+ test_oat_hooks.o
PGFILEDESC = "test_oat_hooks - example use of object access hooks"
REGRESS = test_oat_hooks