]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
The static library was moved to libzstd.a
authorNick Terrell <terrelln@fb.com>
Thu, 3 Nov 2016 18:32:45 +0000 (11:32 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 3 Nov 2016 18:32:45 +0000 (11:32 -0700)
contrib/pzstd/Makefile

index 2de50416c4fa27e406524595b48334af9524852d..ad0e556739cd619a58fe9fcce18ca3d63fb1d395 100644 (file)
@@ -170,8 +170,7 @@ roundtrip: test/RoundTripTest$(EXT)
 # Use the static library that zstd builds for simplicity and
 # so we get the compiler options correct
 $(ZSTDDIR)/libzstd.a: $(ZSTD_FILES)
-       $(MAKE) -C $(ZSTDDIR) libzstd CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(ALL_LDFLAGS)"
-
+       CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(ALL_LDFLAGS)" $(MAKE) -C $(ZSTDDIR) libzstd.a
 
 # Rules to build the tests
 test/RoundTripTest$(EXT): test/RoundTripTest.o $(PROGDIR)/datagen.o Options.o \