artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec4302e
)
Need to operate of CXXFLAGS now.
author
miod
<miod@openbsd.org>
Fri, 29 May 2015 04:17:11 +0000
(
04:17
+0000)
committer
miod
<miod@openbsd.org>
Fri, 29 May 2015 04:17:11 +0000
(
04:17
+0000)
regress/lib/libc/cxa-atexit/test1/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libc/cxa-atexit/test1/Makefile
b/regress/lib/libc/cxa-atexit/test1/Makefile
index
533392d
..
162922b
100644
(file)
--- a/
regress/lib/libc/cxa-atexit/test1/Makefile
+++ b/
regress/lib/libc/cxa-atexit/test1/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
1 2007/09/03 14:42:44 millert
Exp $
+# $OpenBSD: Makefile,v 1.
2 2015/05/29 04:17:11 miod
Exp $
.include <bsd.obj.mk>
@@
-20,8
+20,8
@@
PROG= test1
SRCS= test1.C
-C
FLAGS+=
-DLIBGD1="\"$(GD1_OBJDIR)/libgd1.so\""
-C
FLAGS+=
-DLIBGD2="\"$(GD2_OBJDIR)/libgd2.so\""
+C
XXFLAGS+=
-DLIBGD1="\"$(GD1_OBJDIR)/libgd1.so\""
+C
XXFLAGS+=
-DLIBGD2="\"$(GD2_OBJDIR)/libgd2.so\""
LDFLAGS+= -Wl,-E
NOMAN=