Mercurial > hg > octave-nkf
diff libcruft/Makerules.in @ 2358:b3d7a8e3bcc7
[project @ 1996-08-21 03:11:55 by jwe]
author | jwe |
---|---|
date | Wed, 21 Aug 1996 03:13:11 +0000 |
parents | 6acfd17972b4 |
children | 4fc9fd1424a9 |
line wrap: on
line diff
--- a/libcruft/Makerules.in +++ b/libcruft/Makerules.in @@ -30,9 +30,17 @@ .PHONY: all stamp-picdir: - if [ -n "$(FPICFLAG)" ]; then \ - if [ -d pic ]; then true; else mkdir pic ; fi ; \ - else true; fi + if [ "$(SHARED_LIBS)" = true ]; then \ + if [ -n "$(FPICFLAG)" ]; then \ + if [ -d pic ]; then \ + true ; \ + else \ + mkdir pic ; \ + fi ; \ + fi ; \ + else \ + true ; \ + fi touch stamp-picdir install: all