[Linux-decnet-commit] CVS: dnprogs/libdnet Makefile,1.6,1.7
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:43
|
Update of /cvsroot/linux-decnet/dnprogs/libdnet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/libdnet Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile 18 Jan 2002 19:15:45 -0000 1.6 --- Makefile 12 Aug 2004 09:17:34 -0000 1.7 *************** *** 48,55 **** ln -sf $(LIBNAME).so.$(MAJOR_VERSION) $(libprefix)/lib/$(LIBNAME).so ! install -d $(prefix)/man/man3 ! install -m 0644 $(MANPAGES3) $(prefix)/man/man3 ! ln -sf dnet_getnode.3 $(prefix)/man/man3/dnet_nextnode.3 ! ln -sf dnet_getnode.3 $(prefix)/man/man3/dnet_endnode.3 clean: --- 48,55 ---- ln -sf $(LIBNAME).so.$(MAJOR_VERSION) $(libprefix)/lib/$(LIBNAME).so ! install -d $(manprefix)/man/man3 ! install -m 0644 $(MANPAGES3) $(manprefix)/man/man3 ! ln -sf dnet_getnode.3 $(manprefix)/man/man3/dnet_nextnode.3 ! ln -sf dnet_getnode.3 $(manprefix)/man/man3/dnet_endnode.3 clean: |