From 84873533d8caf176a710135d15e3578168350eab Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Fri, 16 Dec 2011 16:58:03 +0100 Subject: Install example dictionaries --- lib/diameter/src/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/diameter/src/Makefile') diff --git a/lib/diameter/src/Makefile b/lib/diameter/src/Makefile index 8b763e73ec..dbfaa4e140 100644 --- a/lib/diameter/src/Makefile +++ b/lib/diameter/src/Makefile @@ -214,9 +214,7 @@ $(TARGET_DIRS:%/=release_src_%): release_src_%: $(EXAMPLE_DIRS:%/=release_examples_%): release_examples_%: $(INSTALL_DIR) $(RELSYSDIR)/examples/$* - $(INSTALL_DATA) $(patsubst, %, \ - ../examples/%, \ - $(filter $*/%, $(EXAMPLES))) \ + $(INSTALL_DATA) $(patsubst %, ../examples/%, $(filter $*/%, $(EXAMPLES))) \ $(RELSYSDIR)/examples/$* release_docs_spec: @@ -250,6 +248,7 @@ depend.mk: depend.sed $(MODULES:%=%.erl) Makefile .PHONY: app clean depend dict info release_subdir .PHONY: debug opt release_docs_spec release_spec .PHONY: $(TARGET_DIRS:%/=%) $(TARGET_DIRS:%/=release_src_%) +.PHONY: $(EXAMPLE_DIRS:%/=release_examples_%) # Keep intermediate files. .SECONDARY: $(DICT_ERLS) $(DICT_HRLS) gen/$(DICT_YRL:%=%.erl) -- cgit v1.2.3