- "make depend" now works

This commit is contained in:
cebix 1999-10-07 21:10:30 +00:00
parent f9ccb1dffc
commit 3779040137

View File

@ -79,7 +79,7 @@ distclean: clean
-rm -f config.cache config.log config.status config.h
depend dep:
makedepend $(CPPFLAGS) -Y ../*.cpp ../*.c *.cpp
makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null
$(OBJ_DIR)/%.o : %.c
$(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@