diff options
Diffstat (limited to 'src/nix-env/Makefile.am')
-rw-r--r-- | src/nix-env/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/Makefile.am b/src/nix-env/Makefile.am index 013d7ff7723c..a1e58cf006bc 100644 --- a/src/nix-env/Makefile.am +++ b/src/nix-env/Makefile.am @@ -6,7 +6,7 @@ nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \ ../libstore/libstore.la ../libutil/libutil.la \ ../boost/format/libformat.la ${bdb_lib} ${aterm_lib} -main.o: help.txt.hh +nix-env.o: help.txt.hh %.txt.hh: %.txt ../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1) |