diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-26 15:38:12 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-26 15:38:12 +0100 |
commit | 28195613d367970ca5d3af6f877b6000a8a1963a (patch) | |
tree | 3193c11cce23a826334320f6e4cba2bc75d10a35 /external/prj/build.lst | |
parent | 3a5f326c7553fac3d9741b2d99f720461289f81e (diff) |
fix dmake build of module external ... I think
Not that I have any clue about dmake, but without this it seems
like incremental make doesn't remake external if necessary, and
with this copied and adjusted from other non-tail_build module
it seems to work *shrug*.
Change-Id: If6818860d12ed752814574028895870a60d6a7d1
Diffstat (limited to 'external/prj/build.lst')
-rw-r--r-- | external/prj/build.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/prj/build.lst b/external/prj/build.lst index 563ab86b27e4..9f9f55282f09 100644 --- a/external/prj/build.lst +++ b/external/prj/build.lst @@ -1,2 +1,2 @@ -el external : soltools NULL -el external usr1 - all el_mkout NULL +el external : soltools NULL +el external\prj nmake - all el_external NULL |