diff options
author | Anders Svensson <[email protected]> | 2011-12-16 16:58:03 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-12-16 18:27:20 +0100 |
commit | 84873533d8caf176a710135d15e3578168350eab (patch) | |
tree | 0075e854e93467e09839997e397641ad6927e184 /lib/diameter/src/Makefile | |
parent | 20c2dcc70525f110c6f71c4b968d7d67682b7c35 (diff) | |
download | otp-84873533d8caf176a710135d15e3578168350eab.tar.gz otp-84873533d8caf176a710135d15e3578168350eab.tar.bz2 otp-84873533d8caf176a710135d15e3578168350eab.zip |
Install example dictionaries
Diffstat (limited to 'lib/diameter/src/Makefile')
-rw-r--r-- | lib/diameter/src/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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) |