Commit 9e416a875f4e33eb5561b3f6ef3f4090945836ee

David Turner 2000-02-02T12:49:14

small fix in rules

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/demos/graph/rules.mk b/demos/graph/rules.mk
index a9de576..0af25f4 100644
--- a/demos/graph/rules.mk
+++ b/demos/graph/rules.mk
@@ -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)
 
 #########################################################################
 #