From 2899101b0799fc5ad2740852142aa95215e1d5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 9 Mar 2006 17:38:37 +0000 Subject: fixed build-system svn path=/trunk/externals/iem/iem_ambi/; revision=4671 --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 8e18398..9d90699 100644 --- a/src/Makefile +++ b/src/Makefile @@ -11,8 +11,8 @@ Make.config: Make.config.in configure ./configure endif -iem_bin_ambi_sources.c iem_bin_ambi_sources.h: - ./makesource.sh +iem_ambi_sources.c iem_ambi_sources.h: + sh ./makesource.sh configure: configure.ac autoconf @@ -46,7 +46,7 @@ TARGETS = $(SOURCES:.c=.o) all: $(LIBNAME) cp $(LIBNAME).$(EXT) .. -$(LIBNAME): $(TARGETS) iem_bin_ambi_sources.c iem_bin_ambi_sources.h +$(LIBNAME): $(TARGETS) iem_ambi_sources.c iem_ambi_sources.h $(LD) $(LFLAGS) -o $(LIBNAME).$(EXT) *.o $(LIBS) $(STRIP) $(STRIPFLAGS) $(LIBNAME).$(EXT) -- cgit v1.2.1