diff options
author | Peter Andersson <[email protected]> | 2010-05-27 00:46:37 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:19 +0200 |
commit | 7b33aa92bb2558ba04a6436203638fd46592b8d2 (patch) | |
tree | d0ca16d7a4d816aef05300a810703e676ed1a013 /lib/common_test/Makefile | |
parent | 80d1a5c5753a18491bfe29740ab5b0af22f0bff2 (diff) | |
download | otp-7b33aa92bb2558ba04a6436203638fd46592b8d2.tar.gz otp-7b33aa92bb2558ba04a6436203638fd46592b8d2.tar.bz2 otp-7b33aa92bb2558ba04a6436203638fd46592b8d2.zip |
Improve documentation and fix minor problems
General documentation and code updates.
Diffstat (limited to 'lib/common_test/Makefile')
-rw-r--r-- | lib/common_test/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/common_test/Makefile b/lib/common_test/Makefile index ebca4523ab..c166e48df7 100644 --- a/lib/common_test/Makefile +++ b/lib/common_test/Makefile @@ -25,12 +25,12 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk # ifeq ($(findstring linux,$(TARGET)),linux) -SUB_DIRECTORIES = doc/src src priv +SUB_DIRECTORIES = doc/src src else ifeq ($(findstring solaris,$(TARGET)),solaris) -SUB_DIRECTORIES = doc/src src priv +SUB_DIRECTORIES = doc/src src else -SUB_DIRECTORIES = doc/src src priv +SUB_DIRECTORIES = doc/src src endif endif |