Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2002 00:37:07 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9270 for review
Message-ID:  <200204070837.g378b7q16621@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9270

Change 9270 by peter@peter_thunder on 2002/04/07 00:36:39

	make this build with gcc 3.1

Affected files ...

... //depot/projects/ia64/libexec/lukemftpd/Makefile#3 edit

Differences ...

==== //depot/projects/ia64/libexec/lukemftpd/Makefile#3 (text+ko) ====

@@ -30,7 +30,8 @@
 
 CLEANFILES+=	ls-unmain.c
 ls-unmain.c: ls.c
-	sed -e 's/^main(/ls_main(/g' ${.ALLSRC} > ${.TARGET}
+	sed -e 's/^main(/ls_main(/g' -e 's|extern.h|${LSDIR}/extern.h|' \
+	    ${.ALLSRC} > ${.TARGET}
 
 .if !defined(NOPAM)
 CFLAGS+= -DUSE_PAM

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204070837.g378b7q16621>