Use approved style for listing OBJS in test_oat_hooks Makefile
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 23 Mar 2022 14:42:25 +0000 (10:42 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 23 Mar 2022 14:42:25 +0000 (10:42 -0400)
src/test/modules/test_oat_hooks/Makefile

index 8456723808c260e78778172e11a61c68747239db..d1d874be79edb8b7c86a8058e6497b9484bbcd65 100644 (file)
@@ -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