~ubuntu-branches/ubuntu/karmic/erlang/karmic-security

« back to all changes in this revision

Viewing changes to lib/megaco/src/flex/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-06-11 12:18:07 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090611121807-ks7eb4xrt7dsysgx
Tags: 1:13.b.1-dfsg-1
* New upstream release.
* Removed unnecessary dependency of erlang-os-mon on erlang-observer and
  erlang-tools and added missing dependency of erlang-nox on erlang-os-mon
  (closes: #529512).
* Removed a patch to eunit application because the bug was fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
conf: 
27
27
        cd ../..; $(MAKE) conf
28
28
 
 
29
dconf: 
 
30
        $(MAKE) FLEX_SCANNER_REENTRANT=disable conf
 
31
 
 
32
econf: 
 
33
        $(MAKE) FLEX_SCANNER_REENTRANT=enable conf
 
34
 
29
35
setup:
30
36
        (cd ../../priv/lib && \
31
37
                rm -f $(STD_DRV).so $(MT_DRV).so && \