diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-10-28T12·29+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-10-28T12·29+0000 |
commit | e11e6fb1c6709ca3f0e596a7b1fb988df2fbd9b1 (patch) | |
tree | b77c8230ccc77327f2feae591c2e0932610d9bb0 /src/nix-env | |
parent | 8a788e38ac7efc785ffe4fcf49a4e031c7784216 (diff) |
* Handle out of memory condition.
Diffstat (limited to 'src/nix-env')
-rw-r--r-- | src/nix-env/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nix-env/Makefile.am b/src/nix-env/Makefile.am index a876b3eb386d..7dfa7425a062 100644 --- a/src/nix-env/Makefile.am +++ b/src/nix-env/Makefile.am @@ -4,8 +4,7 @@ nix_env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh hel nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \ ../libstore/libstore.la ../libutil/libutil.la \ - ../boost/format/libformat.la @ADDITIONAL_NETWORK_LIBS@ \ - @boehmgc_lib@ + ../boost/format/libformat.la @ADDITIONAL_NETWORK_LIBS@ nix-env.o: help.txt.hh |