forked from lix-project/lix
* Doh!
This commit is contained in:
parent
2819eb36a4
commit
e24d0201c2
|
@ -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)
|
||||
|
|
|
@ -5,7 +5,7 @@ nix_instantiate_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-instantiate.o: help.txt.hh
|
||||
|
||||
%.txt.hh: %.txt
|
||||
../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1)
|
||||
|
|
|
@ -4,7 +4,7 @@ nix_store_SOURCES = nix-store.cc dotgraph.cc dotgraph.hh help.txt
|
|||
nix_store_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \
|
||||
../boost/format/libformat.la ${bdb_lib} ${aterm_lib}
|
||||
|
||||
main.o: help.txt.hh
|
||||
nix-store.o: help.txt.hh
|
||||
|
||||
%.txt.hh: %.txt
|
||||
../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1)
|
||||
|
|
|
@ -4,7 +4,7 @@ nix_worker_SOURCES = nix-worker.cc help.txt
|
|||
nix_worker_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \
|
||||
../boost/format/libformat.la ${bdb_lib} ${aterm_lib}
|
||||
|
||||
main.o: help.txt.hh
|
||||
nix-worker.o: help.txt.hh
|
||||
|
||||
%.txt.hh: %.txt
|
||||
../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1)
|
||||
|
|
Loading…
Reference in a new issue