Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fc15396

Browse files
committed
Use approved style for listing OBJS in test_oat_hooks Makefile
1 parent 607e75e commit fc15396

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/modules/test_oat_hooks/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# src/test/modules/test_oat_hooks/Makefile
22

33
MODULE_big = test_oat_hooks
4-
OBJS = test_oat_hooks.o $(WIN32RES)
4+
OBJS = \
5+
$(WIN32RES) \
6+
test_oat_hooks.o
57
PGFILEDESC = "test_oat_hooks - example use of object access hooks"
68

79
REGRESS = test_oat_hooks

0 commit comments

Comments
 (0)