diff 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
line wrap: on
line diff
--- a/liboctave/Makefile.in	Fri Feb 14 22:10:34 1997 +0000
+++ b/liboctave/Makefile.in	Fri Feb 14 22:31:39 1997 +0000
@@ -233,7 +233,9 @@
 	if [ -n "$(BINDISTFILES)" ]; then \
 	  ln $(BINDISTFILES) ../`cat ../.fname`/liboctave ; \
 	fi
-	echo $(BINDISTLIBS) >> ../`cat ../.fname`/LIBRARIES
+	if [ -n "$(BINDISTLIBS)" ]; then \
+	  echo $(BINDISTLIBS) >> ../`cat ../.fname`/LIBRARIES ; \
+	fi
 .PHONY: bin-dist
 
 # If missing, GNU make attempts to create them in the reverse of the