[Linux-decnet-commit] CVS: dnprogs/dnsubmit Makefile,1.4,1.5
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2007-08-09 09:27:02
|
Update of /cvsroot/linux-decnet/dnprogs/dnsubmit In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1010/dnsubmit Modified Files: Makefile Log Message: Honour DEB_BUILD_OPTIONS=nostrip Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnsubmit/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Makefile 12 Aug 2004 09:17:33 -0000 1.4 --- Makefile 9 Aug 2007 09:26:54 -0000 1.5 *************** *** 21,25 **** install -d $(prefix)/bin install -d $(manprefix)/man/man1 ! install -m 0755 -s $(PROG1) $(prefix)/bin ln -sf $(PROG1) $(prefix)/bin/$(PROG2) install -m 0644 $(MANPAGES) $(manprefix)/man/man1 --- 21,25 ---- install -d $(prefix)/bin install -d $(manprefix)/man/man1 ! install -m 0755 $(STRIPBIN) $(PROG1) $(prefix)/bin ln -sf $(PROG1) $(prefix)/bin/$(PROG2) install -m 0644 $(MANPAGES) $(manprefix)/man/man1 |