java/src/com/tigervnc/vncviewer/Makefile:
| install: $(CLASSES) $(ARCHIVE)
|         $(CP) $(CLASSES) $(ARCHIVE) $(PAGES) $(INSTALL_DIR)

Wouldn't be the following better:
install: $(PAGES) $(ARCHIVE)
        $(CP) $(ARCHIVE) $(PAGES) $(INSTALL_DIR)

I don't understand, why it installs the class files and does not depend
on the other files, it copies.

Regards,
Martin K?gler

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to