--- gforth/Makefile.in 1998/12/22 21:17:13 1.135 +++ gforth/Makefile.in 1998/12/23 09:27:23 1.137 @@ -394,28 +394,28 @@ virtualclean: mostlyclean #Some makes (Ultrix, SunOS, IRIX) are so broken, they cannot read the #Makefile if it contains our dist rules. Therefore we have put these #rules in Makedist (you can use them with GNU make on these systems). -dist: Makedist +dist: Makedist FORCE $(MAKE) -f Makedist d$@ -dosdist: Makedist +dosdist: Makedist FORCE $(MAKE) -f Makedist d$@ -srcdist: Makedist +srcdist: Makedist FORCE $(MAKE) -f Makedist d$@ -srconlydist: Makedist +srconlydist: Makedist FORCE $(MAKE) -f Makedist d$@ -docdist: Makedist +docdist: Makedist FORCE $(MAKE) -f Makedist d$@ -htmldist: Makedist +htmldist: Makedist FORCE $(MAKE) -f Makedist d$@ -bindist: Makedist +bindist: Makedist FORCE $(MAKE) -f Makedist d$@ -binonlydist: Makedist +binonlydist: Makedist FORCE $(MAKE) -f Makedist d$@ @@ -442,7 +442,7 @@ install: gforth$(EXE) $(FORTH_SRC) $(ker GFORTHD="./gforth-ditc -i $(kernel_fi)" GFORTH="./gforth-ditc -i $(kernel_fi) startup.fs" ./gforthmi gforth.fi $(FORTHSIZES) startup.fs #gforth.fi contains some path names $(INSTALL_DATA) gforth.fi $(libdir)/gforth/$(VERSION) $(INSTALL_DATA) install.TAGS $(datadir)/gforth/$(VERSION)/TAGS - @if test -d $(emacssitelispdir); then \ + @if test -d "$(emacssitelispdir)"; then \ $(INSTALL_DATA) $(srcdir)/gforth.el $(emacssitelispdir); \ else \ echo ">>>>>Please install $(srcdir)/gforth.el in your .../emacs/site-lisp directory"; \