summaryrefslogtreecommitdiff
path: root/gnu/egcs/libiberty/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-05-11 13:05:09 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-05-11 13:05:09 +0000
commit5218c878764121c93f369f9de64d3d11b8ac0df1 (patch)
treeec6254cfc45e5a781b0e1ffc118c89487821ea7f /gnu/egcs/libiberty/Makefile.bsd-wrapper
parent6d40c0976b902c20ea4075f8887c7204d3947853 (diff)
pull a few demangler functions needed by new binutils. enable getpwd as
well; espie@ ok.
Diffstat (limited to 'gnu/egcs/libiberty/Makefile.bsd-wrapper')
-rw-r--r--gnu/egcs/libiberty/Makefile.bsd-wrapper12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/egcs/libiberty/Makefile.bsd-wrapper b/gnu/egcs/libiberty/Makefile.bsd-wrapper
index 9071d4fd4ca..0cd81583d54 100644
--- a/gnu/egcs/libiberty/Makefile.bsd-wrapper
+++ b/gnu/egcs/libiberty/Makefile.bsd-wrapper
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2001/06/09 22:02:01 espie Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2002/05/11 13:05:08 fgsch Exp $
LIB= iberty
-CPPFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../include -I$(.OBJDIR)
+CPPFLAGS+= -DHAVE_CONFIG_H -I$(.CURDIR) -I$(.CURDIR)/../include -I$(.OBJDIR)
# XXX -- GNUism
# As we need to fill variables with contents of dynamically created files
@@ -17,10 +17,10 @@ HOST_FILES!= cat $(.OBJDIR)/needed-list
.endif
SRCS= argv.c choose-temp.c concat.c cplus-dem.c dyn-string.c \
- fdmatch.c getopt.c getopt1.c getruntime.c hashtab.c hex.c \
- floatformat.c objalloc.c obstack.c pexecute.c spaces.c \
- splay-tree.c strerror.c strsignal.c xatexit.c xexit.c \
- xmalloc.c xstrerror.c xstrdup.c \
+ fdmatch.c getopt.c getopt1.c getpwd.c getruntime.c \
+ hashtab.c hex.c floatformat.c objalloc.c obstack.c \
+ pexecute.c spaces.c splay-tree.c strerror.c strsignal.c \
+ xatexit.c xexit.c xmalloc.c xstrerror.c xstrdup.c \
$(HOST_FILES)
# choose-temp.c fnmatch.c objalloc.c pexecute.c xstrdup.c \