From c2cef6642004897e415dc203eeae436d65cf87fa Mon Sep 17 00:00:00 2001 From: jbj Date: Thu, 17 Jun 1999 23:28:54 +0000 Subject: [PATCH] Typo. CVS patchset: 3100 CVS date: 1999/06/17 23:28:54 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 802888d..8db9710 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,7 +76,7 @@ install-data-local: esac @case "@build_os@" in \ mint) $(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/m68kmint ;;\ - *) @$(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/@build_cpu@ ;;\ + *) $(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/@build_cpu@ ;;\ esac @$(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/noarch @$(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/SOURCES -- 2.7.4