Skip to content

Commit

Permalink
jpeg: remove unsupported target install-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent 98c6017 commit 03f04ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/ijg/jpeg/configure.ac
Expand Up @@ -47,7 +47,7 @@ STAR_SPECIAL_INSTALL_COMMAND([
for d in bin lib include man/man1;
do $(mkdir_p) $$DESTDIR$(prefix)/$$d;
done;
$(MAKE) DESTDIR=$$DESTDIR install install-lib;
$(MAKE) DESTDIR=$$DESTDIR install;
fi])


Expand Down

0 comments on commit 03f04ab

Please sign in to comment.