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

Comparing SheepShaver/src/Unix/Makefile.in (file contents):
Revision 1.39 by gbeauche, 2006-05-02T05:50:38Z vs.
Revision 1.40 by gbeauche, 2006-05-08T17:19:45Z

# Line 163 | Line 163 | uninstall:
163          rmdir $(DESTDIR)$(datadir)/$(APP)
164  
165   clean:
166 <        rm -f $(APP_EXE) $(OBJ_DIR)/* core* *.core *~ *.bak ppc-execute-impl.cpp
166 >        rm -f $(PROGS) $(OBJ_DIR)/* core* *.core *~ *.bak ppc-execute-impl.cpp
167          rm -f dyngen basic-dyngen-ops.hpp ppc-dyngen-ops.hpp ppc_asm.out.s
168 <        rm -rf $(APP_APP)
168 >        rm -rf $(APP_APP) $(GUI_APP_APP)
169  
170   distclean: clean
171          rm -rf $(OBJ_DIR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines