We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78baa77 commit 21a26ddCopy full SHA for 21a26dd
Makefile.am
@@ -60,7 +60,7 @@ libgrub_a_init.c: libgrub_a_init.lst $(top_srcdir)/geninit.sh
60
CLEANFILES += libgrub_a_init.c
61
62
# For grub-fstest
63
-grub_fstest.pp: $(grub_fstest_SOURCES)
+grub_fstest.pp: config-util.h $(grub_fstest_SOURCES)
64
$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_fstest_CPPFLAGS) $(CPPFLAGS) \
65
-D'GRUB_MOD_INIT(x)=@MARKER@x@' $^ > $@ || (rm -f $@; exit 1)
66
CLEANFILES += grub_fstest.pp
0 commit comments