summaryrefslogtreecommitdiff
path: root/progs/tests
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-03-26 23:58:08 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-03-26 23:58:08 +0000
commit5c2040c7684c4aa9230e2ed344c4bde6ee49552d (patch)
tree4ed0c7b5bcba06aca956174faa0a12d32cf4b909 /progs/tests
parent1c8e825c2a926c65d0728f7884d61b0ba38e57a6 (diff)
minor fixes
Diffstat (limited to 'progs/tests')
-rw-r--r--progs/tests/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 5b9e7495ac..95c69605cf 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -68,7 +68,7 @@ INCLUDES = -I. -I$(TOP)/include
##### TARGETS #####
-default: depend $(PROGS)
+default: $(PROGS)
clean:
rm -f $(PROGS)
@@ -100,9 +100,6 @@ readtex.c: $(TOP)/progs/util/readtex.c
ln -s $(TOP)/progs/util/readtex.c .
-# Update dependencies
-depend: $(SOURCES)
- makedepend -fdepend -Y $(INCLUDES) $(SOURCES)
# Emacs tags