SKIPPED:
	psi/tecsdriv.c
This commit is contained in:
cvs
2004-06-15 06:26:17 +00:00
parent 0752876b04
commit 9589e2a8c9

View File

@ -38,6 +38,9 @@ makefile:
tree: $(TREE)
@ true
cleantree:
rm -f $(SICS_ROOT)/obj/$(SICS_VERSION)/tree
$(TREE):
@ $(VERS_UNDEFINED) test 1
@ echo --- Make object tree ---
@ -48,6 +51,7 @@ $(TREE):
@ $(SICS_ROOT)/maketree psi/hardsup
@ $(SICS_ROOT)/maketree psi/utils
@ $(SICS_ROOT)/maketree psi/tecs
@ $(SICS_ROOT)/maketree psi/tecs/pgplus
touch $(TREE)
@ echo --- End object tree ---