few minor fixes
This commit is contained in:
parent
1426af206c
commit
2e33ae0d1b
2 changed files with 3 additions and 3 deletions
|
@ -33,6 +33,8 @@ AM_LDFLAGS =
|
|||
AM_CPPFLAGS = $(CPPFLAGS_GRUB) -DGRUB_FILE=\"$(subst $(top_srcdir)/,,$<)\"
|
||||
AM_CCASFLAGS = -DASM_FILE=1
|
||||
|
||||
include $(srcdir)/modules.am
|
||||
|
||||
# XXX Use Automake's LEX & YACC support
|
||||
grub_script.tab.c grub_script.tab.h: $(top_srcdir)/grub-core/script/parser.y
|
||||
$(YACC) -d -p grub_script_yy -b grub_script $(top_srcdir)/grub-core/script/parser.y
|
||||
|
@ -83,5 +85,3 @@ ascii.h: ascii.bitmaps grub-bin2h
|
|||
CLEANFILES += ascii.h $(top_builddir)/grub-core/include/ascii.h
|
||||
|
||||
platform_HEADERS = config.h
|
||||
|
||||
include $(srcdir)/modules.am
|
||||
|
|
|
@ -329,7 +329,7 @@ def installdir(default="bin"):
|
|||
|
||||
def manpage():
|
||||
r = "if COND_MAN_PAGES\n"
|
||||
r += "man_MANS += [+ name +].[+ mansection +]\n"
|
||||
r += gvar_add("man_MANS", "[+ name +].[+ mansection +]\n")
|
||||
r += rule("[+ name +].[+ mansection +]", "", """
|
||||
$(MAKE) $(AM_MAKEFLAGS) [+ name +]
|
||||
chmod a+x [+ name +]
|
||||
|
|
Loading…
Add table
Reference in a new issue