X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeTargets;h=40f1c1a2fc439ccc3833f078968c9f58aea0e9ec;hb=e35868d34ab4dc228431d27015891f1486c249b4;hp=fea561feb4c7a9b2ea7d590591cf9bf8e45844dc;hpb=8bde4b265f6ccdb6322f23079a830bd9850029ee;p=libfirm diff --git a/MakeTargets b/MakeTargets index fea561feb..40f1c1a2f 100644 --- a/MakeTargets +++ b/MakeTargets @@ -31,9 +31,7 @@ local_clean: realclean: subdir_realclean local_clean $(RM) $(GENFILES) .depend TAGS $(TARDIRNAME) -depend: subdir_depend local_depend -.PHONY: local_depend -local_depend: $(CFILES) $(filter %.h,$(SOURCES) $(GENFILES)) +.depend: $(CFILES) $(filter %.h,$(SOURCES) $(GENFILES)) ifeq ($(strip $(CFILES)),) >.depend else @@ -72,6 +70,7 @@ TAGS: # installation install: $(INCLUDEDIR) $(INCLUDEDIR)/adt install_headers $(LIBDIR) install_libs + $(INSTALL) -m u+rwx,a+rx $(addprefix $(topdir)/,libfirm.pc) $(LIBDIR)/pkgconfig @echo ================================================ @echo Don\'t forget to add $(LIBDIR) to LD_LIBRARY_PATH @echo Don\'t forget to add /usr/public/libxml2/lib to LD_LIBRARY_PATH @@ -119,4 +118,4 @@ help: @echo "but not all of them should be used or make sense" # include dependencies --include .depend +include .depend