X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeTargets;h=3cf04bd2b2b1a4e2599f3077671033d0d1aab227;hb=46b5a81b33d38442ddff26d75f4c8ba61742aa1e;hp=855a382fb266ff0015e473e7a111cf15c398942f;hpb=73855633b4eff6f53abaaae975e31ced20f02952;p=libfirm diff --git a/MakeTargets b/MakeTargets index 855a382fb..3cf04bd2b 100644 --- a/MakeTargets +++ b/MakeTargets @@ -35,14 +35,6 @@ else $(CC) -M $(DEFS) $(CPPFLAGS) $(filter %.c,$^) >.depend || { $(RM) .depend; false; } endif -autodoc_xref: subdir_autodoc_xref local_autodoc_xref -.PHONY: local_autodoc_xref -local_autodoc_xref: $(LOCALXREFSFILE) - -autodoc_html: subdir_autodoc_html local_autodoc_html -.PHONY: local_autodoc_html -local_autodoc_html: $(HTMLFILES) - # generate an archive for distribution distrib: dist @@ -79,13 +71,13 @@ install: $(INCLUDEDIR) install_headers $(LIBDIR) install_libs install_headers: subdir_install_headers local_install_headers local_install_headers: ifneq ($(strip $(INSTALL_HEADERS)),) - $(INSTALL) -C -m u+rw,a+r $(addprefix $(srcdir)/,$(INSTALL_HEADERS)) $(INCLUDEDIR) + $(INSTALL) -m u+rw,a+r $(addprefix $(srcdir)/,$(INSTALL_HEADERS)) $(INCLUDEDIR) endif install_libs: subdir_install_libs local_install_libs local_install_libs: ifneq ($(strip $(INSTALL_LIBS)),) - $(INSTALL) -C -m u+rw,a+r $(addprefix $(topdir)/,$(INSTALL_LIBS)) $(LIBDIR) + $(INSTALL) -m u+rw,a+r $(addprefix $(topdir)/,$(INSTALL_LIBS)) $(LIBDIR) endif @@ -97,7 +89,7 @@ $(INCLUDEDIR): # generated the directory where all the generated documentation is $(AUTODOCDIR): - mkdir $@ + mkdir -p $@ # print some help .PHONY: help