From: Boris Boesler Date: Wed, 19 Sep 2001 08:26:27 +0000 (+0000) Subject: added usage of libiberty for NT/cygwin compatibility X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=6b2a5b63bda73908717e619a97707d3f71b8c911;p=libfirm added usage of libiberty for NT/cygwin compatibility [r258] --- diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index 275427132..b53b3a1f1 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -30,7 +30,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ -I$(top_srcdir)/ir/tv LDFLAGS += -L$(topdir) -LDLIBS += -lfirm -lgmp +LDLIBS += -lfirm -lgmp -liberty GENFILES := $(bin_EXAMPLES) *.vcg