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.25 by gbeauche, 2002-09-17T16:09:25Z vs.
Revision 1.26 by gbeauche, 2003-10-12T22:39:57Z

# Line 23 | Line 23 | LDFLAGS = @LDFLAGS@
23   LIBS = @LIBS@
24   SYSSRCS = @SYSSRCS@
25   CPUSRCS = @CPUSRCS@
26 + BLESS = @BLESS@
27   INSTALL = @INSTALL@
28   INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
29   INSTALL_DATA = @INSTALL_DATA@
# Line 61 | Line 62 | VPATH += $(addprefix :, $(subst  ,:, $(f
62  
63   $(APP): $(OBJ_DIR) $(OBJS)
64          $(CXX) -o $(APP) $(LDFLAGS) $(OBJS) $(LIBS)
65 +        $(BLESS) $(APP)
66  
67   modules:
68          cd Linux/NetDriver; make

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines