X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/aff88622fc65f266e4c511c5138b950cc72ba444..3b51da05ef42ecf59b78a6c29664d3e555bc57da:/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)