From 450cc34172ba976ba5cd53ebc11ee904c9f71ed6 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 12 Mar 2020 14:01:17 +0000 Subject: [PATCH] Makefile.inc1: move dependency hack comment to the block it applies to --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 9f109e7172e..8fa22a86b9a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -922,7 +922,6 @@ _sanity_check: .PHONY .MAKE # tree changes, particularly with respect to removing source files and # replacing generated files. Handle these cases here in an ad-hoc fashion. _cleanobj_fast_depend_hack: .PHONY -# Syscall stubs rewritten in C and obsolete MD assembly implementations # Date SVN Rev Syscalls/Changes # 20200310 r358851 rename of openmp's ittnotify_static.c to .cpp .for f in ittnotify_static @@ -934,6 +933,7 @@ _cleanobj_fast_depend_hack: .PHONY ${LIBCOMPAT:D${LIBCOMPAT_OBJTOP}/lib/libomp/.depend.${f}.*}; \ fi .endfor +# Syscall stubs rewritten in C and obsolete MD assembly implementations # 20191009 r353340 removal of opensolaris_atomic.S (also r353381) .if ${MACHINE} != i386 .for f in opensolaris_atomic -- 2.45.0