diff options
author | Anders Svensson <[email protected]> | 2014-03-29 18:34:38 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2014-03-29 19:20:45 +0100 |
commit | 5ca206af45b3195233991dfe820e9fb636800a33 (patch) | |
tree | cad0095bc906fd4e7aa6272e98fd017a2b91469b /lib/diameter/src/Makefile | |
parent | c23b242d0d634d10b03412c19768d381906578ab (diff) | |
download | otp-5ca206af45b3195233991dfe820e9fb636800a33.tar.gz otp-5ca206af45b3195233991dfe820e9fb636800a33.tar.bz2 otp-5ca206af45b3195233991dfe820e9fb636800a33.zip |
Move info modules into own subdirectory
Possibly overkill for two modules but it mirrors their different
treatment by the makefile.
Diffstat (limited to 'lib/diameter/src/Makefile')
-rw-r--r-- | lib/diameter/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/src/Makefile b/lib/diameter/src/Makefile index fa5f4c41ce..127406ae23 100644 --- a/lib/diameter/src/Makefile +++ b/lib/diameter/src/Makefile @@ -41,7 +41,7 @@ INCDIR = ../include ABS_EBIN := $(shell cd $(EBIN) && pwd) # Where make should look for dependencies. -VPATH = .:base:compiler:transport:gen +VPATH = .:base:compiler:transport:gen:info # ---------------------------------------------------- # Target specs |