* install now doesn't install symlink anymore

* symlink is installed by installsym
This commit is contained in:
peter 2000-01-28 12:13:38 +00:00
parent 0e0c0cf0e5
commit 14170d7d11

View File

@ -277,6 +277,8 @@ cvstest:
# Installation
#####################################################################
.PHONY: quickinstall install installsym
MSGINSTALLDIR=$(BASEINSTALLDIR)/msg
# This will only install the ppc386.exe, not the message files etc.
@ -292,7 +294,7 @@ endif
$(INSTALLEXE) $(EXENAME) $(BININSTALLDIR)
endif
installlib: quickinstall
install: quickinstall
ifdef inlinux
$(INSTALLEXE) $(COMPILERUTILSDIR)/samplecfg $(BASEINSTALLDIR)/samplecfg
endif
@ -300,7 +302,7 @@ endif
$(INSTALL) $(MSGFILES) $(MSGINSTALLDIR)
# this also installs the link /usr/bin/ppc386. The .deb does that later
install: installlib
installsymlink: install
ifdef inlinux
$(MKDIR) $(BININSTALLDIR)
ln -sf $(BASEINSTALLDIR)/ppc386 $(BININSTALLDIR)/ppc386