X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d1bead671d124209e140c22d956893eb632bd109..cd503f9a809967fee39d94c878c2ffe266c5b224:/stglibs/Makefile.in diff --git a/stglibs/Makefile.in b/stglibs/Makefile.in index 11dfcfb1..a378f489 100644 --- a/stglibs/Makefile.in +++ b/stglibs/Makefile.in @@ -28,11 +28,11 @@ CFLAGS += -fPIC $(SEARCH_DIRS) $(DEFS) all: $(PROG) $(PROG): $(OBJS) - ar rc lib$(LIB_NAME).a $(OBJS) - ranlib lib$(LIB_NAME).a + $(AR) rc lib$(LIB_NAME).a $(OBJS) + $(RANLIB) lib$(LIB_NAME).a clean: - rm -f deps $(PROG) *.o *.a *.so tags *.*~ + rm -f deps $(PROG) *.o *.a *.so tags *.*~ install: $(PROG) ifeq ($(DEBUG), yes)