aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
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)