diff options
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Machrules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mach/Machrules b/mach/Machrules index f7f6d2df63..6f1c1948c5 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -116,6 +116,7 @@ $(patsubst %,$(objpfx)%.ustamp,$(user-interfaces)): $(objpfx)%.ustamp: touch $@ -include $(patsubst %,$(objpfx)%.udeps,$(user-interfaces)) $(patsubst %,$(objpfx)%.udeps,$(user-interfaces)): $(objpfx)%.udeps: + $(make-target-directory) echo '#include <$*.defs>' | \ $(CC) $(CPPFLAGS) -M -x c - | \ sed -e 's,- *:,$@ $(@:.udeps=.ustamp) \ |