]> mj.ucw.cz Git - libucw.git/blob - build/Makefile
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.10
[libucw.git] / build / Makefile
1 # Makefile for Sherlock Build Tools
2
3 DIRS+=build
4
5 $(o)/build/genhash: $(o)/build/genhash.o
6
7 # This is a hack which compensates make's desires for propagating per-rule settings
8 # of variables: if some module specifies its own LIBS and it depends on genhash,
9 # genhash is sometimes built with the module's LIBS (if it isn't already built).
10 # A proper solution would be using a different rule for linking build/*, but
11 # as it currently concerns only genhash, it's easier to battle this way.
12 $(o)/build/genhash: LIBS=