Browse Source

fix last bug

Namdak Tonpa 10 years ago
parent
commit
905e60fecd
3 changed files with 2 additions and 2 deletions
  1. 1 1
      include/mad.hrl
  2. BIN
      mad
  3. 1 1
      src/compile/mad_app.erl

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"490401").
+-define(VERSION,"3cbdc7").

BIN
mad


+ 1 - 1
src/compile/mad_app.erl

@@ -37,5 +37,5 @@ apps(AppName) -> {ok,Apps} = mad_plan:orderapps(), {applications,Apps -- [AppNam
 generate_deps(AppName,Properties) ->
     case lists:keyfind(applications, 1, Properties) of
          false -> Properties ++ [apps(AppName)];
-        Exists -> Properties ++ [Exists] end.
+        Exists -> Properties end.