From: Rudolf Polzer Date: Sat, 29 Oct 2011 19:13:13 +0000 (+0200) Subject: fix two more makefile bugs X-Git-Tag: xonotic-v0.6.0~69^2~7 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=a5b45e181d3b09221ad7289b54184a7b1c591e8f fix two more makefile bugs --- diff --git a/Makefile b/Makefile index 75f65344..8be69c8e 100644 --- a/Makefile +++ b/Makefile @@ -62,9 +62,9 @@ install-engine-git: $(INSTALL) xonotic-linux-glx.sh $(LIBDIR)/xonotic-linux-glx.sh $(INSTALL) xonotic-linux-sdl.sh $(LIBDIR)/xonotic-linux-sdl.sh $(INSTALL) xonotic-linux-dedicated.sh $(LIBDIR)/xonotic-linux-dedicated.sh - $(INSTALL) darkplaces/xonotic-sdl $(LIBDIR)/xonotic-$(ARCH)-sdl - $(INSTALL) darkplaces/xonotic-glx $(LIBDIR)/xonotic-$(ARCH)-glx - $(INSTALL) darkplaces/xonotic-dedicated $(LIBDIR)/xonotic-$(ARCH)-dedicated + $(INSTALL) darkplaces/darkplaces-sdl $(LIBDIR)/xonotic-$(ARCH)-sdl + $(INSTALL) darkplaces/darkplaces-glx $(LIBDIR)/xonotic-$(ARCH)-glx + $(INSTALL) darkplaces/darkplaces-dedicated $(LIBDIR)/xonotic-$(ARCH)-dedicated .PHONY: install-engine-zip install-engine-zip: