mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
746 B

  1. diff -ruN p3nfs-5.19/Makefile.in p3nfs-5.19-new/Makefile.in
  2. --- p3nfs-5.19/Makefile.in 2005-11-24 15:30:55.000000000 +0100
  3. +++ p3nfs-5.19-new/Makefile.in 2006-02-22 10:45:56.000000000 +0100
  4. @@ -14,7 +14,6 @@
  5. all clean distclean::
  6. cd server; $(MAKE) $@
  7. - cd client/epoc32/nfsapp; $(MAKE) $@
  8. install::
  9. mkdir -p $(BINDIR)
  10. @@ -23,7 +22,6 @@
  11. cp doc/p3nfsd.1 $(MANDIR)
  12. mkdir -p $(DOCDIR)
  13. cp doc/* $(DOCDIR)
  14. - cp bin/*.sis client/*/opl/*.opl client/epoc16/nfsc/nfsc.app $(DOCDIR)
  15. uninstall::
  16. @@ -42,6 +40,5 @@
  17. distclean::
  18. rm -f p3nfs-$(VERSION).tar.gz
  19. rm -f Makefile server/Makefile utils/Makefile
  20. - rm -f client/epoc32/nfsapp/Makefile
  21. rm -f config.cache config.status config.log *.orig
  22. rm -f utils/p3nfs.spec doc/p3nfsd.1