comparison src/makefile.w32-in @ 91207:c814dfe04708

(w32font.o): Depend on w32font.h.
author Jason Rumney <jasonr@gnu.org>
date Sat, 08 Dec 2007 01:48:02 +0000
parents 880960b70474
children 606f2d163a64
comparison
equal deleted inserted replaced
91206:d0a0c2702364 91207:c814dfe04708
1619 $(SRC)/charset.h \ 1619 $(SRC)/charset.h \
1620 $(SRC)/dispextern.h \ 1620 $(SRC)/dispextern.h \
1621 $(SRC)/font.h \ 1621 $(SRC)/font.h \
1622 $(SRC)/fontset.h \ 1622 $(SRC)/fontset.h \
1623 $(SRC)/frame.h \ 1623 $(SRC)/frame.h \
1624 $(SRC)/w32font.h \
1624 $(SRC)/w32gui.h \ 1625 $(SRC)/w32gui.h \
1625 $(SRC)/w32term.h 1626 $(SRC)/w32term.h
1626 1627
1627 # Each object file depends on stamp_BLD, because in parallel builds we must 1628 # Each object file depends on stamp_BLD, because in parallel builds we must
1628 # make sure $(BLD) exists before starting compilations. 1629 # make sure $(BLD) exists before starting compilations.