From 22b5057f6f39f3a0726e425ded7de7cd3811c40d Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Sat, 23 Feb 2002 02:17:22 +0000 Subject: [PATCH] use automake 1.4 syntax for target specific CFLAGS --- src/slurmd/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slurmd/Makefile.am b/src/slurmd/Makefile.am index 3d23b7fb306..3730c820a22 100644 --- a/src/slurmd/Makefile.am +++ b/src/slurmd/Makefile.am @@ -35,8 +35,8 @@ LDADD = $(top_srcdir)/src/common/libcommon.a # need to create a rule to build each binary from an object file with _d suffix # as these will have been compiled with -DDEBUG_MODULE # -Read_Proc$(EXEEXT) : Read_Proc_d.o -Get_Mach_Stat$(EXEEXT) : Get_Mach_Stat_d.o +Read_Proc : Read_Proc_d.o +Get_Mach_Stat : Get_Mach_Stat_d.o % : %_d.o $(LINK) $(LDFLAGS) $< $(LDADD) -- GitLab