small fix in rules

This commit is contained in:
David Turner 2000-02-02 12:49:14 +00:00
parent 5194f8bf8a
commit 9e416a875f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ COMPILE_GRAPH_LIB = ar -r $@ $(GRAPH_OBJS)
# Add the rules used to detect and compile graphics driver depending
# on the current platform..
#
include $(wildcard $(GRAPH_)/*/rules.mk)
include $(wildcard $(TOP2)/graph/*/rules.mk)
#########################################################################
#