Mercurial > pt1
comparison arib25/src/Makefile @ 58:7a03d5185067
tweaked Makefile
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 22 Sep 2009 01:13:34 +0900 |
parents | 080414aa8f21 |
children | ec7c87854f2f |
comparison
equal
deleted
inserted
replaced
57:d3929562b8e7 | 58:7a03d5185067 |
---|---|
46 | 46 |
47 install-headers: | 47 install-headers: |
48 mkdir -p $(DEST_HEADER) | 48 mkdir -p $(DEST_HEADER) |
49 install -m644 $(HEADERS) $(DEST_HEADER) | 49 install -m644 $(HEADERS) $(DEST_HEADER) |
50 | 50 |
51 -include Makefile.dep | 51 -include $(DEPEND) |