update deps in the Makefile
This commit is contained in:
parent
09591a9a22
commit
0b198a00c2
1 changed files with 1 additions and 2 deletions
|
@ -18,10 +18,9 @@ distclean-local:
|
||||||
# local dependencies
|
# local dependencies
|
||||||
|
|
||||||
epist.o: epist.cc epist.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
|
epist.o: epist.cc epist.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
|
||||||
../../src/Util.hh process.hh screen.hh window.hh ../../src/XAtom.hh
|
../../src/Util.hh screen.hh window.hh ../../src/XAtom.hh
|
||||||
main.o: main.cc epist.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
|
main.o: main.cc epist.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
|
||||||
../../src/Util.hh ../../src/i18n.hh ../../nls/blackbox-nls.hh
|
../../src/Util.hh ../../src/i18n.hh ../../nls/blackbox-nls.hh
|
||||||
process.o: process.cc
|
|
||||||
screen.o: screen.cc ../../src/XAtom.hh screen.hh window.hh epist.hh \
|
screen.o: screen.cc ../../src/XAtom.hh screen.hh window.hh epist.hh \
|
||||||
../../src/BaseDisplay.hh ../../src/Timer.hh ../../src/Util.hh
|
../../src/BaseDisplay.hh ../../src/Timer.hh ../../src/Util.hh
|
||||||
window.o: window.cc window.hh epist.hh ../../src/BaseDisplay.hh \
|
window.o: window.cc window.hh epist.hh ../../src/BaseDisplay.hh \
|
||||||
|
|
Loading…
Reference in a new issue