From 73ef0b13808a7b085163328fb10dc03772c730db Mon Sep 17 00:00:00 2001 From: FIRM Projekt Account Date: Thu, 30 Sep 2004 08:42:11 +0000 Subject: [PATCH] fix so that no .so is generated. This irritates the test. [r4004] --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e17eb082c..8a378ed52 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,9 @@ include $(top_srcdir)/MakeTargets # add target firmjni if configured with --enable-firmjni all: firm -firm: libfirm.a libfirm.so +firm: libfirm.a + +#libfirm.so $(OFILES): config.h Makefile -- 2.20.1