Commit aaa26ed6 authored by bp's avatar bp
Browse files

Don't install float.fm

git-svn-id: https://forth-ev.de/repos/bigforth@2523 3b8d8251-53f3-0310-8f3b-fd1cb8370982
parent 386864f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ install: build
	@install -d $(DESTDIR)$(BININSTDIR)
	@install -d $(DESTDIR)$(INSTDIR)
	@for i in $(INSTDIRS); do install -d $(DESTDIR)$(INSTDIR)/$$i; done
	@install -m 644 {forthker-$(ARCH),bigforth,xbigforth}.fi {float,glconst,xconst}.fm $(DESTDIR)$(INSTDIR)
	@install -m 644 {forthker-$(ARCH),bigforth,xbigforth}.fi {glconst,xconst}.fm $(DESTDIR)$(INSTDIR)
	@install -m 644 $(INI) $(DESTDIR)$(INSTDIR)
	@install -m 644 $(XINI) $(DESTDIR)$(INSTDIR)
	@install -m 755 {forthker-$(ARCH),bigforth,xbigforth}$(EXE) convert-m.sh $(DESTDIR)$(BININSTDIR)