Module Name:    src
Committed By:   pooka
Date:           Mon Jan 14 16:00:49 UTC 2013

Modified Files:
        src/external/gpl3/gcc/usr.bin/backend: Makefile

Log Message:
... but make sure to unset empty before it's used as an empty variable.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/gcc/usr.bin/backend/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.15 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.16
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.15	Mon Jan 14 15:50:18 2013
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile	Mon Jan 14 16:00:49 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.15 2013/01/14 15:50:18 pooka Exp $
+#	$NetBSD: Makefile,v 1.16 2013/01/14 16:00:49 pooka Exp $
 
 LIBISPRIVATE=	yes
 
@@ -112,6 +112,7 @@ gengtype: gengtype.lo gengtype-lex.lo ge
 gtyp-gen.h: Makefile
 	${_MKTARGET_CREATE}
 	(\
+	unset empty							; \
 	echo "static const char *srcdir = \"$(G_GTFILES_SRCDIR)\";"	; \
 	echo "static const char *lang_files[] = {"			; \
 	for f in $$empty $(G_GTFILES_FILES_FILES); do echo "\"$$f\", "; done ; \

Reply via email to