diff options
author | kudryashov-sv <[email protected]> | 2014-08-04 20:55:17 +0400 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-08-05 20:22:28 +0200 |
commit | ace34ce01c9378525d024246c7d76ab01add4a8d (patch) | |
tree | 12f2ac1e976cf92a87e5fafce7d2f59ab128131f /erts/emulator/test | |
parent | b29fa5a40e04f4243c15391b70c37ebce0198fc1 (diff) | |
download | otp-ace34ce01c9378525d024246c7d76ab01add4a8d.tar.gz otp-ace34ce01c9378525d024246c7d76ab01add4a8d.tar.bz2 otp-ace34ce01c9378525d024246c7d76ab01add4a8d.zip |
Update Makefile.src
Diffstat (limited to 'erts/emulator/test')
-rw-r--r-- | erts/emulator/test/async_ports_SUITE_data/Makefile.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/async_ports_SUITE_data/Makefile.src b/erts/emulator/test/async_ports_SUITE_data/Makefile.src index 17e6a6ee6a..d2cd90f5b3 100644 --- a/erts/emulator/test/async_ports_SUITE_data/Makefile.src +++ b/erts/emulator/test/async_ports_SUITE_data/Makefile.src @@ -1,4 +1,4 @@ -all: busy_drv@dll@ hard_busy_drv@dll@ soft_busy_drv@dll@ scheduling_drv@dll@ +all: cport@obj@ @SHLIB_RULES@ |