comparison liboctave/Makefile.in @ 2686:6d0a6fc92f06

[project @ 1997-02-14 22:31:36 by jwe]
author jwe
date Fri, 14 Feb 1997 22:31:39 +0000
parents a5a300c61159
children 1dd37f97364a
comparison
equal deleted inserted replaced
2685:d347f197753f 2686:6d0a6fc92f06
231 231
232 bin-dist: 232 bin-dist:
233 if [ -n "$(BINDISTFILES)" ]; then \ 233 if [ -n "$(BINDISTFILES)" ]; then \
234 ln $(BINDISTFILES) ../`cat ../.fname`/liboctave ; \ 234 ln $(BINDISTFILES) ../`cat ../.fname`/liboctave ; \
235 fi 235 fi
236 echo $(BINDISTLIBS) >> ../`cat ../.fname`/LIBRARIES 236 if [ -n "$(BINDISTLIBS)" ]; then \
237 echo $(BINDISTLIBS) >> ../`cat ../.fname`/LIBRARIES ; \
238 fi
237 .PHONY: bin-dist 239 .PHONY: bin-dist
238 240
239 # If missing, GNU make attempts to create them in the reverse of the 241 # If missing, GNU make attempts to create them in the reverse of the
240 # order in which they are listed here. We rely on that fact to ensure 242 # order in which they are listed here. We rely on that fact to ensure
241 # that the safe-stat.h and safe-lstat.h files are created before trying 243 # that the safe-stat.h and safe-lstat.h files are created before trying