revert install to normal zstd due to travis limitation (likely gcc 4.6)

This commit is contained in:
Yann Collet
2015-12-01 01:56:02 +01:00
parent d062f1379c
commit c620b48489
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ clean:
#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
install: zstd-pgo
install: zstd
@echo Installing binaries
@install -d -m 755 $(DESTDIR)$(BINDIR)/ $(DESTDIR)$(MANDIR)/
@install -m 755 zstd$(EXT) $(DESTDIR)$(BINDIR)/zstd$(EXT)