This commit is contained in:
Eelco Dolstra 2006-12-07 22:07:05 +00:00
parent 2819eb36a4
commit e24d0201c2
4 changed files with 4 additions and 4 deletions

View file

@ -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)