Fixed wildcard in copy command.

This commit is contained in:
Joel Sherrill
1997-08-04 20:06:33 +00:00
parent 0e5dd4288c
commit 1f552a0efd

View File

@@ -23,7 +23,7 @@ FILES= $(PROJECT).texi \
all:
info: c_i386
cp $(wildcard c_$(PROJECT) c_$(PROJECT)-*) $(INFO_INSTALL)
cp c_$(PROJECT) c_$(PROJECT)-* $(INFO_INSTALL)
c_i386: $(FILES)
$(MAKEINFO) $(PROJECT).texi