=== modified file 'Makefile' --- Makefile 2009-11-25 14:36:44 +0000 +++ Makefile 2009-11-25 02:31:10 +0000 @@ -27,16 +27,16 @@ LIBRARY=libtermkey.la %.lo: %.c termkey.h termkey-internal.h - $(LIBTOOL) --mode=compile --tag=CC gcc $(CFLAGS) $(CFLAGS_DEBUG) -Wall -std=c99 -o $@ -c $< + $(LIBTOOL) --mode=compile gcc $(CFLAGS) $(CFLAGS_DEBUG) -Wall -std=c99 -o $@ -c $< $(LIBRARY): $(OBJECTS) - $(LIBTOOL) --mode=link --tag=CC gcc -rpath $(LIBDIR) -version-info $(VERSION_CURRENT):$(VERSION_REVISION):$(VERSION_AGE) -lncurses -o $@ $^ + $(LIBTOOL) --mode=link gcc -rpath $(LIBDIR) -version-info $(VERSION_CURRENT):$(VERSION_REVISION):$(VERSION_AGE) -lncurses -o $@ $^ demo: $(LIBRARY) demo.lo - $(LIBTOOL) --mode=link --tag=CC gcc -o $@ $^ + $(LIBTOOL) --mode=link gcc -o $@ $^ demo-async: $(LIBRARY) demo-async.lo - $(LIBTOOL) --mode=link --tag=CC gcc -o $@ $^ + $(LIBTOOL) --mode=link gcc -o $@ $^ .PHONY: clean clean: