Missing quotation marks seem to cause problems with some shells.

DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-04-29 21:07:55 +00:00
rodzic 9b79ce28a8
commit 6d8b30446d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ XCAM_OBJS = xcam.o preferences.o gtkglue.o
all: $(PROGRAMS)
install: $(PROGRAMS)
@if test -z $(BINPROGS) ; then \
@if test -z "$(BINPROGS)" ; then \
echo "*** The list of frontends to install is empty." ; \
echo "*** Check the output of configure and the file config.log," ; \
echo "*** maybe the GTK libraries weren't found?" ; \