X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=596ed56abb8a2db9c89645d6311f556cc44919c2;hb=refs%2Fheads%2F850;hp=9b6f36e5f2b30baacd1ea4aad8ac2b8cbe1cd98e;hpb=9ca0bf3b2242aaad1bdf05859805a5cafc3ac545;p=sdk diff --git a/Makefile b/Makefile index 9b6f36e..596ed56 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all clean realclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make ide documentor eda prepcodeguard codeguard +.PHONY: all clean realclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make ide documentor eda prepcodeguard codeguard fixprecompile ifneq "$V" "1" .SILENT: endif @@ -126,7 +126,7 @@ else endif export CPPFLAGS -CPPFLAGS += -DDEB_HOST_MULTIARCH=\"$(PREFIXLIBDIR)\" +CPPFLAGS += -DDEB_HOST_MULTIARCH=\"$(call escspace,$(PREFIXLIBDIR))\" DESTLIBDIR := $(DESTDIR)$(PREFIXLIBDIR) ifdef SLIBDIR @@ -212,6 +212,9 @@ ear: ecere ecerevanilla cd ear && cd cmd && $(MAKE) cleantarget cd ear && $(MAKE) +fixprecompile: + cd compiler && $(MAKE) fixprecompile + compiler: ecere ear ifdef CROSS_TARGET @$(call echo,Building 2nd stage compiler (host))