[Linux-decnet-commit] CVS: dnprogs/mail Makefile,1.7,1.8
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2005-10-16 09:00:58
|
Update of /cvsroot/linux-decnet/dnprogs/mail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24783 Modified Files: Makefile Log Message: Need -fdollars-in-identifiers Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/mail/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Makefile 12 Aug 2004 09:17:34 -0000 1.7 --- Makefile 16 Oct 2005 09:00:41 -0000 1.8 *************** *** 17,20 **** --- 17,21 ---- CDEFS+=-I$(UUDIR) -DPROTOTYPES + CFLAGS+=-fdollars-in-identifiers all: $(UULIB) $(PROG1) $(PROG2) |