Skip to content
Snippets Groups Projects
Commit 22b5057f authored by Mark Grondona's avatar Mark Grondona
Browse files

use automake 1.4 syntax for target specific CFLAGS

parent b7fdc390
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment