diff options
author | Brian Paul <[email protected]> | 2004-03-26 23:58:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-26 23:58:08 +0000 |
commit | 5c2040c7684c4aa9230e2ed344c4bde6ee49552d (patch) | |
tree | 4ed0c7b5bcba06aca956174faa0a12d32cf4b909 /progs/tests/Makefile | |
parent | 1c8e825c2a926c65d0728f7884d61b0ba38e57a6 (diff) |
minor fixes
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 5b9e7495aca..95c69605cfb 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 |