diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-09T09·50+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-09T09·50+0000 |
commit | 582e01c06f9ecee25a31c34562926b41dc2856eb (patch) | |
tree | ddb6236f949485e3b5b960d66862c45fbdf32207 /src/libstore/Makefile.am | |
parent | c5474398433225e40c8868b0952aebe36da2c849 (diff) |
* Automatically upgrade <= 0.7 Nix stores to the new schema (so that
existing user environments continue to work). * `nix-store --verify': detect incomplete closures.
Diffstat (limited to 'src/libstore/Makefile.am')
-rw-r--r-- | src/libstore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index 37d2f82b4833..100fd0be285d 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -15,4 +15,4 @@ AM_CXXFLAGS = -Wall \ derivations-ast.cc derivations-ast.hh: ../aterm-helper.pl derivations-ast.def $(perl) ../aterm-helper.pl derivations-ast.hh derivations-ast.cc < derivations-ast.def -derivations.cc: derivations-ast.hh \ No newline at end of file +derivations.cc store.cc: derivations-ast.hh \ No newline at end of file |