]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/Makefile.in
Stylistic changes
[stg.git] / projects / stargazer / plugins / Makefile.in
index 87e0c4ce34589419de268f2db5c5b1d0bb9cce6d..2b255304f646e9b433a58a070d6a646716bd72d2 100644 (file)
@@ -11,7 +11,7 @@ LN = ln
 CXXFLAGS += -fPIC
 LDFLAGS += -shared -L$(DIR_LIB) -Wl,-rpath,$(PREFIX)/usr/lib/stg
 
-vpath %.so $(DIR_LIB)
+vpath %.a $(DIR_LIB)
 
 all: $(PROG)
 
@@ -22,7 +22,7 @@ $(PROG): $(OBJS) $(STGLIBS)
 clean:
        rm -f deps $(PROG) *.o tags *.*~
 
-install:
+install: $(PROG)
        mkdir -m $(DIR_MODE) -p $(PREFIX)/usr/lib/stg
        install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/lib/stg/$(PROG)