X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fstlplus%2Frules.mk;fp=src%2Fstlplus%2Frules.mk;h=3e4f41de05edd2aeea7b9c3ddc463be498f55df7;hp=b15fa5201bbadc71c0a60bde340cb6fde50afe2c;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/stlplus/rules.mk b/src/stlplus/rules.mk index b15fa52..3e4f41d 100644 --- a/src/stlplus/rules.mk +++ b/src/stlplus/rules.mk @@ -5,7 +5,7 @@ objects = $(patsubst %.cpp,$(builddir)/%.o,$(shell find $d -name "*.cpp")) $(objects): TGT_CFLAGS := -I$d -I$d/containers -I$d/portability -$(objects): config.mk $(this) | $b/containers $b/portability +$(objects): config.mk | $b/containers $b/portability library = $b/libstlplus.a $(library): $(objects)