ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/Makefile.in
(Generate patch)

Comparing BasiliskII/src/Unix/Makefile.in (file contents):
Revision 1.7 by cebix, 1999-10-05T16:04:23Z vs.
Revision 1.8 by cebix, 1999-10-07T21:10:30Z

# Line 79 | Line 79 | distclean: clean
79          -rm -f config.cache config.log config.status config.h
80  
81   depend dep:
82 <        makedepend $(CPPFLAGS) -Y ../*.cpp ../*.c *.cpp
82 >        makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null
83  
84   $(OBJ_DIR)/%.o : %.c
85          $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines