[Linux-decnet-commit] CVS: dnprogs/scripts Makefile,1.5,1.6
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:44
|
Update of /cvsroot/linux-decnet/dnprogs/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/scripts Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/scripts/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Makefile 18 Jan 2002 19:15:45 -0000 1.5 --- Makefile 12 Aug 2004 09:17:34 -0000 1.6 *************** *** 23,27 **** endif install -m 0755 setup.sh $(prefix)/sbin/decnetconf ! install -m 0644 decnetconf.8 $(prefix)/man/man8 dep depend: --- 23,27 ---- endif install -m 0755 setup.sh $(prefix)/sbin/decnetconf ! install -m 0644 decnetconf.8 $(manprefix)/man/man8 dep depend: |