diff options
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 |