comparison Makefile @ 26790:abfadf6ba341

Do not install DATADIR always, the GUI installation target takes care of this.
author diego
date Sun, 18 May 2008 17:12:49 +0000
parents 49eb016d1219
children daa735e525a4
comparison
equal deleted inserted replaced
26789:49eb016d1219 26790:abfadf6ba341
815 815
816 install: install-dirs $(INSTALL_TARGETS) 816 install: install-dirs $(INSTALL_TARGETS)
817 817
818 install-dirs: 818 install-dirs:
819 $(INSTALL) -d $(BINDIR) 819 $(INSTALL) -d $(BINDIR)
820 $(INSTALL) -d $(DATADIR)
821 $(INSTALL) -d $(CONFDIR) 820 $(INSTALL) -d $(CONFDIR)
822 821
823 install-%: %$(EXESUF) 822 install-%: %$(EXESUF)
824 $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) 823 $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)
825 824