mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
*** empty log message ***
This commit is contained in:
14
Makefile.in
14
Makefile.in
@@ -71,7 +71,7 @@ DISTFILES = COPYING ChangeLog Makefile.in configure configure.in \
|
|||||||
warshall.c files.h gram.h lex.h machine.h new.h state.h \
|
warshall.c files.h gram.h lex.h machine.h new.h state.h \
|
||||||
symtab.h system.h types.h bison.cld build.com vmsgetargs.c \
|
symtab.h system.h types.h bison.cld build.com vmsgetargs.c \
|
||||||
vmshlp.mar README INSTALL bison.texinfo bison.info* texinfo.tex \
|
vmshlp.mar README INSTALL bison.texinfo bison.info* texinfo.tex \
|
||||||
getopt.c getopt.h getopt1.c alloca.c
|
getopt.c getopt.h getopt1.c alloca.c mkinstalldirs
|
||||||
|
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
@@ -135,17 +135,7 @@ install: all bison.1 $(srcdir)/$(PFILE) $(srcdir)/$(PFILE1) installdirs uninstal
|
|||||||
# Make sure all installation directories, e.g. $(bindir) actually exist by
|
# Make sure all installation directories, e.g. $(bindir) actually exist by
|
||||||
# making them if necessary.
|
# making them if necessary.
|
||||||
installdirs:
|
installdirs:
|
||||||
for file in $(bindir) $(datadir) $(libdir) $(infodir) $(mandir) ; do \
|
-sh $(srcdir)/mkinstalldirs $(bindir) $(datadir) $(libdir) $(infodir) $(mandir)
|
||||||
oIFS="$${IFS}"; IFS='/'; set - $${file}; IFS="$${oIFS}"; \
|
|
||||||
pathcomp=''; test ".$${1}" = "." && shift; \
|
|
||||||
while test $$# -ne 0 ; do \
|
|
||||||
pathcomp="$${pathcomp}/$${1}"; shift; \
|
|
||||||
if test ! -d "$${pathcomp}"; then \
|
|
||||||
echo "making directory $$pathcomp" 1>&2 ; \
|
|
||||||
mkdir "$${pathcomp}"; \
|
|
||||||
fi; \
|
|
||||||
done; \
|
|
||||||
done
|
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(bindir)/bison
|
rm -f $(bindir)/bison
|
||||||
|
|||||||
Reference in New Issue
Block a user