summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-20 23:25:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-20 23:25:47 +0000
commitf693b1dc2ef78aab08e0aef40d1ee77b89533ef0 (patch)
tree9dc57824bf095860f17ce83e1f837695667838c4
parent74339bf471b2719b0385a0a6062ceee18c663464 (diff)
removed non-existant arbfpwpos.c, added UTIL_FILES target
-rw-r--r--progs/tests/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index ac354aeeb69..6a8d51112a4 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -15,7 +15,6 @@ SOURCES = antialias.c \
arbfptest1.c \
arbfptexture.c \
arbfptrig.c \
- arbfpwpos.c \
arbvptest1.c \
arbvptest3.c \
arbvptorus.c \
@@ -52,6 +51,8 @@ PROGS = $(SOURCES:%.c=%)
INCLUDES = -I. -I$(TOP)/include
+UTIL_FILES = readtex.h readtex.c
+
##### RULES #####
@@ -70,7 +71,7 @@ INCLUDES = -I. -I$(TOP)/include
##### TARGETS #####
-default: $(PROGS)
+default: $(UTIL_FILES) $(PROGS)
clean:
rm -f $(PROGS)